Html Css Color HEX #6F936E Laurel

📋 copy color: '#6F936E'

red 111 ◦ green 147 ◦ blue 110

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

Shades of Laurel #6F936E

Tints of Laurel #6F936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 30.16%
G = 39.95%
B = 29.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#6F936E (or 0x6F936E) is known color: Laurel. HEX triplet: 6F, 93 and 6E. RGB value is (111,147,110). Sum of RGB (Red+Green+Blue) = 111+147+110=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936E is #906C91. Grayscale: #848484. Windows color (decimal): -9464978 or 7246703. OLE color: 7246703.

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

Color convert

RGB 111 147 110 -
CMYK 0.24 0 0.25 0.42
HSL 118.38º 0.15% 0.5% -
HSV(B) 118.38º 0.25% 0.58% -
XYZ 19.8 25.37 18.61 -
YUV 132.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 111 147 110 0.24 0 0.25 0.42 118.38 0.15 0.5
Hex 6F 93 6E 18 0 19 2A 76 F 32
Octal 157 223 156 30 0 31 52 166 17 62
Binary 1101111 10010011 1101110 11000 0 11001 101010 1110110 1111 110010

Color Harmonies of #6F936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F936E

Black with #6F936E

Text Example


Text Example

White with #6F936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,110); }

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

background-color css

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

 a { background-color: rgb(111,147,110); }

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

border-color css

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

 span { border-color: rgb(111,147,110); }

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