Html Css Color HEX #68976C Laurel

📋 copy color: '#68976C'

red 104 ◦ green 151 ◦ blue 108

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

Shades of Laurel #68976C

Tints of Laurel #68976C

RGB

 RED value IS 104 (41.02% from 255) = 28.65%

 GREEN value IS 151 (59.38% from 255) = 41.6%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 28.65%
G = 41.6%
B = 29.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#68976C (or 0x68976C) is known color: Laurel. HEX triplet: 68, 97 and 6C. RGB value is (104,151,108). Sum of RGB (Red+Green+Blue) = 104+151+108=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #68976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68976C is #976893. Grayscale: #848484. Windows color (decimal): -9922708 or 7116648. OLE color: 7116648.

HSL color Cylindrical-coordinate representation of color #68976C: hue angle of 125.11º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68976C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 108 -
CMYK 0.31 0 0.28 0.41
HSL 125.11º 0.18% 0.5% -
HSV(B) 125.11º 0.31% 0.59% -
XYZ 19.48 26.16 18.21 -
YUV 132.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 104 151 108 0.31 0 0.28 0.41 125.11 0.18 0.5
Hex 68 97 6C 1F 0 1C 29 7D 12 32
Octal 150 227 154 37 0 34 51 175 22 62
Binary 1101000 10010111 1101100 11111 0 11100 101001 1111101 10010 110010

Color Harmonies of #68976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68976C

Black with #68976C

Text Example


Text Example

White with #68976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68976C; }

 p { color: rgb(104,151,108); }

 H1.HeaderClassName
 {
   color: #68976C;
 }
 .AnyTagClassName
 {
   color: #68976C;
 }
</style>

background-color css

<style>
 a { background-color: #68976C; }

 a { background-color: rgb(104,151,108); }

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

border-color css

<style>
 span { border-color: #68976C; }

 span { border-color: rgb(104,151,108); }

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