Html Css Color HEX #6F936B Laurel

📋 copy color: '#6F936B'

red 111 ◦ green 147 ◦ blue 107

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

Shades of Laurel #6F936B

Tints of Laurel #6F936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 30.41%
G = 40.27%
B = 29.32%

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

#6F936B (or 0x6F936B) is known color: Laurel. HEX triplet: 6F, 93 and 6B. RGB value is (111,147,107). Sum of RGB (Red+Green+Blue) = 111+147+107=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936B is #906C94. Grayscale: #838383. Windows color (decimal): -9464981 or 7050095. OLE color: 7050095.

HSL color Cylindrical-coordinate representation of color #6F936B: hue angle of 114º degrees, saturation: 0.16, 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 #6F936B is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 107 -
CMYK 0.24 0 0.27 0.42
HSL 114º 0.16% 0.5% -
HSV(B) 114º 0.27% 0.58% -
XYZ 19.64 25.31 17.76 -
YUV 131.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 111 147 107 0.24 0 0.27 0.42 114 0.16 0.5
Hex 6F 93 6B 18 0 1B 2A 72 10 32
Octal 157 223 153 30 0 33 52 162 20 62
Binary 1101111 10010011 1101011 11000 0 11011 101010 1110010 10000 110010

Color Harmonies of #6F936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F936B

Black with #6F936B

Text Example


Text Example

White with #6F936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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