Html Css Color HEX #6B9D68 Laurel

📋 copy color: '#6B9D68'

red 107 ◦ green 157 ◦ blue 104

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

Shades of Laurel #6B9D68

Tints of Laurel #6B9D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 29.08%
G = 42.66%
B = 28.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#6B9D68 (or 0x6B9D68) is known color: Laurel. HEX triplet: 6B, 9D and 68. RGB value is (107,157,104). Sum of RGB (Red+Green+Blue) = 107+157+104=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9D68 is #946297. Grayscale: #888888. Windows color (decimal): -9724568 or 6856043. OLE color: 6856043.

HSL color Cylindrical-coordinate representation of color #6B9D68: hue angle of 116.6º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B9D68 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 157 104 -
CMYK 0.32 0 0.34 0.38
HSL 116.6º 0.21% 0.51% -
HSV(B) 116.6º 0.34% 0.62% -
XYZ 20.62 28.24 17.46 -
YUV 136.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 107 157 104 0.32 0 0.34 0.38 116.6 0.21 0.51
Hex 6B 9D 68 20 0 22 26 75 15 33
Octal 153 235 150 40 0 42 46 165 25 63
Binary 1101011 10011101 1101000 100000 0 100010 100110 1110101 10101 110011

Color Harmonies of #6B9D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9D68

Black with #6B9D68

Text Example


Text Example

White with #6B9D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,157,104); }

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

background-color css

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

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

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

border-color css

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

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

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