Html Css Color HEX #6B9968 Laurel

📋 copy color: '#6B9968'

red 107 ◦ green 153 ◦ blue 104

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

Shades of Laurel #6B9968

Tints of Laurel #6B9968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 29.4%
G = 42.03%
B = 28.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#6B9968 (or 0x6B9968) is known color: Laurel. HEX triplet: 6B, 99 and 68. RGB value is (107,153,104). Sum of RGB (Red+Green+Blue) = 107+153+104=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9968 is #946697. Grayscale: #858585. Windows color (decimal): -9725592 or 6855019. OLE color: 6855019.

HSL color Cylindrical-coordinate representation of color #6B9968: hue angle of 116.33º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9968 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 104 -
CMYK 0.30 0 0.32 0.4
HSL 116.33º 0.19% 0.5% -
HSV(B) 116.33º 0.32% 0.6% -
XYZ 19.95 26.91 17.24 -
YUV 133.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 107 153 104 0.30 0 0.32 0.4 116.33 0.19 0.5
Hex 6B 99 68 1E 0 20 28 74 13 32
Octal 153 231 150 36 0 40 50 164 23 62
Binary 1101011 10011001 1101000 11110 0 100000 101000 1110100 10011 110010

Color Harmonies of #6B9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9968

Black with #6B9968

Text Example


Text Example

White with #6B9968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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