Html Css Color HEX #6B956B Laurel

📋 copy color: '#6B956B'

red 107 ◦ green 149 ◦ blue 107

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

Shades of Laurel #6B956B

Tints of Laurel #6B956B

RGB

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

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

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

R = 29.48%
G = 41.05%
B = 29.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6B956B (or 0x6B956B) is known color: Laurel. HEX triplet: 6B, 95 and 6B. RGB value is (107,149,107). Sum of RGB (Red+Green+Blue) = 107+149+107=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #6B956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B956B is #946A94. Grayscale: #838383. Windows color (decimal): -9726613 or 7050603. OLE color: 7050603.

HSL color Cylindrical-coordinate representation of color #6B956B: hue angle of 120º 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 #6B956B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 149 107 -
CMYK 0.28 0 0.28 0.42
HSL 120º 0.17% 0.5% -
HSV(B) 120º 0.28% 0.58% -
XYZ 19.46 25.68 17.84 -
YUV 131.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 107 149 107 0.28 0 0.28 0.42 120 0.17 0.5
Hex 6B 95 6B 1C 0 1C 2A 78 11 32
Octal 153 225 153 34 0 34 52 170 21 62
Binary 1101011 10010101 1101011 11100 0 11100 101010 1111000 10001 110010

Color Harmonies of #6B956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B956B

Black with #6B956B

Text Example


Text Example

White with #6B956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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