Html Css Color HEX #6F876E Laurel

📋 copy color: '#6F876E'

red 111 ◦ green 135 ◦ blue 110

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

Shades of Laurel #6F876E

Tints of Laurel #6F876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.92%

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

R = 31.18%
G = 37.92%
B = 30.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#6F876E (or 0x6F876E) is known color: Laurel. HEX triplet: 6F, 87 and 6E. RGB value is (111,135,110). Sum of RGB (Red+Green+Blue) = 111+135+110=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #6F876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F876E is #907891. Grayscale: #7D7D7D. Windows color (decimal): -9468050 or 7243631. OLE color: 7243631.

HSL color Cylindrical-coordinate representation of color #6F876E: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F876E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 110 -
CMYK 0.18 0 0.19 0.47
HSL 117.6º 0.1% 0.48% -
HSV(B) 117.6º 0.19% 0.53% -
XYZ 18.03 21.83 18.02 -
YUV 124.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 111 135 110 0.18 0 0.19 0.47 117.6 0.1 0.48
Hex 6F 87 6E 12 0 13 2F 76 A 30
Octal 157 207 156 22 0 23 57 166 12 60
Binary 1101111 10000111 1101110 10010 0 10011 101111 1110110 1010 110000

Color Harmonies of #6F876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F876E

Black with #6F876E

Text Example


Text Example

White with #6F876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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