Html Css Color HEX #6C927D Oxley

📋 copy color: '#6C927D'

red 108 ◦ green 146 ◦ blue 125

#6C927D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6C927D

Tints of Oxley #6C927D

RGB

 RED value IS 108 (42.58% from 255) = 28.5%

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 28.5%
G = 38.52%
B = 32.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C927D (or 0x6C927D) is known color: Oxley. HEX triplet: 6C, 92 and 7D. RGB value is (108,146,125). Sum of RGB (Red+Green+Blue) = 108+146+125=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #6C927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C927D is #936D82. Grayscale: #848484. Windows color (decimal): -9661827 or 8229484. OLE color: 8229484.

HSL color Cylindrical-coordinate representation of color #6C927D: hue angle of 146.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C927D is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 146 125 -
CMYK 0.26 0 0.14 0.43
HSL 146.84º 0.15% 0.5% -
HSV(B) 146.84º 0.26% 0.57% -
XYZ 20.16 25.23 23.21 -
YUV 132.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 108 146 125 0.26 0 0.14 0.43 146.84 0.15 0.5
Hex 6C 92 7D 1A 0 E 2B 93 F 32
Octal 154 222 175 32 0 16 53 223 17 62
Binary 1101100 10010010 1111101 11010 0 1110 101011 10010011 1111 110010

Color Harmonies of #6C927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C927D

Black with #6C927D

Text Example


Text Example

White with #6C927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C927D; }

 p { color: rgb(108,146,125); }

 H1.HeaderClassName
 {
   color: #6C927D;
 }
 .AnyTagClassName
 {
   color: #6C927D;
 }
</style>

background-color css

<style>
 a { background-color: #6C927D; }

 a { background-color: rgb(108,146,125); }

 div.DivClassName
 {
   background-color: #6C927D;
 }
 .BgClassName
 {
   background-color: #6C927D;
 }
</style>

border-color css

<style>
 span { border-color: #6C927D; }

 span { border-color: rgb(108,146,125); }

 td.TdClassName
 {
   border-color: #6C927D;
 }
 .TagClassName
 {
   border-color: #6C927D;
 }
</style>