Html Css Color HEX #6F9479 Oxley

📋 copy color: '#6F9479'

red 111 ◦ green 148 ◦ blue 121

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

Shades of Oxley #6F9479

Tints of Oxley #6F9479

RGB

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

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

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

R = 29.21%
G = 38.95%
B = 31.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#6F9479 (or 0x6F9479) is known color: Oxley. HEX triplet: 6F, 94 and 79. RGB value is (111,148,121). Sum of RGB (Red+Green+Blue) = 111+148+121=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9479 is #906B86. Grayscale: #858585. Windows color (decimal): -9464711 or 7967855. OLE color: 7967855.

HSL color Cylindrical-coordinate representation of color #6F9479: hue angle of 136.22º 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 #6F9479 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 121 -
CMYK 0.25 0 0.18 0.42
HSL 136.22º 0.15% 0.51% -
HSV(B) 136.22º 0.25% 0.58% -
XYZ 20.6 25.94 22.01 -
YUV 133.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 111 148 121 0.25 0 0.18 0.42 136.22 0.15 0.51
Hex 6F 94 79 19 0 12 2A 88 F 33
Octal 157 224 171 31 0 22 52 210 17 63
Binary 1101111 10010100 1111001 11001 0 10010 101010 10001000 1111 110011

Color Harmonies of #6F9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9479

Black with #6F9479

Text Example


Text Example

White with #6F9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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