Html Css Color HEX #6F936C Laurel

📋 copy color: '#6F936C'

red 111 ◦ green 147 ◦ blue 108

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

Shades of Laurel #6F936C

Tints of Laurel #6F936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 30.33%
G = 40.16%
B = 29.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#6F936C (or 0x6F936C) is known color: Laurel. HEX triplet: 6F, 93 and 6C. RGB value is (111,147,108). Sum of RGB (Red+Green+Blue) = 111+147+108=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936C is #906C93. Grayscale: #838383. Windows color (decimal): -9464980 or 7115631. OLE color: 7115631.

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

Color convert

RGB 111 147 108 -
CMYK 0.24 0 0.27 0.42
HSL 115.38º 0.15% 0.5% -
HSV(B) 115.38º 0.27% 0.58% -
XYZ 19.7 25.33 18.04 -
YUV 131.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 111 147 108 0.24 0 0.27 0.42 115.38 0.15 0.5
Hex 6F 93 6C 18 0 1B 2A 73 F 32
Octal 157 223 154 30 0 33 52 163 17 62
Binary 1101111 10010011 1101100 11000 0 11011 101010 1110011 1111 110010

Color Harmonies of #6F936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F936C

Black with #6F936C

Text Example


Text Example

White with #6F936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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