Html Css Color HEX #6C9079 Oxley

📋 copy color: '#6C9079'

red 108 ◦ green 144 ◦ blue 121

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

Shades of Oxley #6C9079

Tints of Oxley #6C9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 28.95%
G = 38.61%
B = 32.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#6C9079 (or 0x6C9079) is known color: Oxley. HEX triplet: 6C, 90 and 79. RGB value is (108,144,121). Sum of RGB (Red+Green+Blue) = 108+144+121=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9079 is #936F86. Grayscale: #828282. Windows color (decimal): -9662343 or 7966828. OLE color: 7966828.

HSL color Cylindrical-coordinate representation of color #6C9079: hue angle of 141.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C9079 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 121 -
CMYK 0.25 0 0.16 0.44
HSL 141.67º 0.14% 0.49% -
HSV(B) 141.67º 0.25% 0.56% -
XYZ 19.61 24.52 21.79 -
YUV 130.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 108 144 121 0.25 0 0.16 0.44 141.67 0.14 0.49
Hex 6C 90 79 19 0 10 2C 8E E 31
Octal 154 220 171 31 0 20 54 216 16 61
Binary 1101100 10010000 1111001 11001 0 10000 101100 10001110 1110 110001

Color Harmonies of #6C9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9079

Black with #6C9079

Text Example


Text Example

White with #6C9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,144,121); }

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

background-color css

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

 a { background-color: rgb(108,144,121); }

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

border-color css

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

 span { border-color: rgb(108,144,121); }

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