Html Css Color HEX #6B956F Laurel

📋 copy color: '#6B956F'

red 107 ◦ green 149 ◦ blue 111

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

Shades of Laurel #6B956F

Tints of Laurel #6B956F

RGB

 RED value IS 107 (42.19% from 255) = 29.16%

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 29.16%
G = 40.6%
B = 30.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#6B956F (or 0x6B956F) is known color: Laurel. HEX triplet: 6B, 95 and 6F. RGB value is (107,149,111). Sum of RGB (Red+Green+Blue) = 107+149+111=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #6B956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B956F is #946A90. Grayscale: #848484. Windows color (decimal): -9726609 or 7312747. OLE color: 7312747.

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

Color convert

RGB 107 149 111 -
CMYK 0.28 0 0.26 0.42
HSL 125.71º 0.17% 0.5% -
HSV(B) 125.71º 0.28% 0.58% -
XYZ 19.68 25.77 18.98 -
YUV 132.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 107 149 111 0.28 0 0.26 0.42 125.71 0.17 0.5
Hex 6B 95 6F 1C 0 1A 2A 7E 11 32
Octal 153 225 157 34 0 32 52 176 21 62
Binary 1101011 10010101 1101111 11100 0 11010 101010 1111110 10001 110010

Color Harmonies of #6B956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B956F

Black with #6B956F

Text Example


Text Example

White with #6B956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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