Html Css Color HEX #6F9476 Oxley

📋 copy color: '#6F9476'

red 111 ◦ green 148 ◦ blue 118

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

Shades of Oxley #6F9476

Tints of Oxley #6F9476

RGB

 RED value IS 111 (43.75% from 255) = 29.44%

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 29.44%
G = 39.26%
B = 31.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#6F9476 (or 0x6F9476) is known color: Oxley. HEX triplet: 6F, 94 and 76. RGB value is (111,148,118). Sum of RGB (Red+Green+Blue) = 111+148+118=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9476 is #906B89. Grayscale: #858585. Windows color (decimal): -9464714 or 7771247. OLE color: 7771247.

HSL color Cylindrical-coordinate representation of color #6F9476: hue angle of 131.35º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F9476 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 118 -
CMYK 0.25 0 0.20 0.42
HSL 131.35º 0.15% 0.51% -
HSV(B) 131.35º 0.25% 0.58% -
XYZ 20.42 25.87 21.06 -
YUV 133.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 111 148 118 0.25 0 0.20 0.42 131.35 0.15 0.51
Hex 6F 94 76 19 0 14 2A 83 F 33
Octal 157 224 166 31 0 24 52 203 17 63
Binary 1101111 10010100 1110110 11001 0 10100 101010 10000011 1111 110011

Color Harmonies of #6F9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9476

Black with #6F9476

Text Example


Text Example

White with #6F9476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,118); }

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

background-color css

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

 a { background-color: rgb(111,148,118); }

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

border-color css

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

 span { border-color: rgb(111,148,118); }

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