Html Css Color HEX #6F9574 Laurel

📋 copy color: '#6F9574'

red 111 ◦ green 149 ◦ blue 116

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

Shades of Laurel #6F9574

Tints of Laurel #6F9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 29.52%
G = 39.63%
B = 30.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#6F9574 (or 0x6F9574) is known color: Laurel. HEX triplet: 6F, 95 and 74. RGB value is (111,149,116). Sum of RGB (Red+Green+Blue) = 111+149+116=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9574 is #906A8B. Grayscale: #858585. Windows color (decimal): -9464460 or 7640431. OLE color: 7640431.

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

Color convert

RGB 111 149 116 -
CMYK 0.26 0 0.22 0.42
HSL 127.89º 0.15% 0.51% -
HSV(B) 127.89º 0.26% 0.58% -
XYZ 20.46 26.14 20.49 -
YUV 133.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 111 149 116 0.26 0 0.22 0.42 127.89 0.15 0.51
Hex 6F 95 74 1A 0 16 2A 80 F 33
Octal 157 225 164 32 0 26 52 200 17 63
Binary 1101111 10010101 1110100 11010 0 10110 101010 10000000 1111 110011

Color Harmonies of #6F9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9574

Black with #6F9574

Text Example


Text Example

White with #6F9574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,116); }

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

background-color css

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

 a { background-color: rgb(111,149,116); }

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

border-color css

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

 span { border-color: rgb(111,149,116); }

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