Html Css Color HEX #6F9972 Laurel

📋 copy color: '#6F9972'

red 111 ◦ green 153 ◦ blue 114

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

Shades of Laurel #6F9972

Tints of Laurel #6F9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 29.37%
G = 40.48%
B = 30.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#6F9972 (or 0x6F9972) is known color: Laurel. HEX triplet: 6F, 99 and 72. RGB value is (111,153,114). Sum of RGB (Red+Green+Blue) = 111+153+114=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9972 is #90668D. Grayscale: #888888. Windows color (decimal): -9463438 or 7510383. OLE color: 7510383.

HSL color Cylindrical-coordinate representation of color #6F9972: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9972 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 114 -
CMYK 0.27 0 0.25 0.4
HSL 124.29º 0.17% 0.52% -
HSV(B) 124.29º 0.27% 0.6% -
XYZ 20.98 27.38 20.1 -
YUV 136 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 111 153 114 0.27 0 0.25 0.4 124.29 0.17 0.52
Hex 6F 99 72 1B 0 19 28 7C 11 34
Octal 157 231 162 33 0 31 50 174 21 64
Binary 1101111 10011001 1110010 11011 0 11001 101000 1111100 10001 110100

Color Harmonies of #6F9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9972

Black with #6F9972

Text Example


Text Example

White with #6F9972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,153,114); }

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

background-color css

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

 a { background-color: rgb(111,153,114); }

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

border-color css

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

 span { border-color: rgb(111,153,114); }

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