Html Css Color HEX #6B956A Laurel

📋 copy color: '#6B956A'

red 107 ◦ green 149 ◦ blue 106

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

Shades of Laurel #6B956A

Tints of Laurel #6B956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 29.56%
G = 41.16%
B = 29.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6B956A (or 0x6B956A) is known color: Laurel. HEX triplet: 6B, 95 and 6A. RGB value is (107,149,106). Sum of RGB (Red+Green+Blue) = 107+149+106=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #6B956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B956A is #946A95. Grayscale: #838383. Windows color (decimal): -9726614 or 6985067. OLE color: 6985067.

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

Color convert

RGB 107 149 106 -
CMYK 0.28 0 0.29 0.42
HSL 118.6º 0.17% 0.5% -
HSV(B) 118.6º 0.29% 0.58% -
XYZ 19.41 25.66 17.57 -
YUV 131.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 107 149 106 0.28 0 0.29 0.42 118.6 0.17 0.5
Hex 6B 95 6A 1C 0 1D 2A 77 11 32
Octal 153 225 152 34 0 35 52 167 21 62
Binary 1101011 10010101 1101010 11100 0 11101 101010 1110111 10001 110010

Color Harmonies of #6B956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B956A

Black with #6B956A

Text Example


Text Example

White with #6B956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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