Html Css Color HEX #68956A Laurel

📋 copy color: '#68956A'

red 104 ◦ green 149 ◦ blue 106

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

Shades of Laurel #68956A

Tints of Laurel #68956A

RGB

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

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

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

R = 28.97%
G = 41.5%
B = 29.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#68956A (or 0x68956A) is known color: Laurel. HEX triplet: 68, 95 and 6A. RGB value is (104,149,106). Sum of RGB (Red+Green+Blue) = 104+149+106=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #68956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68956A is #976A95. Grayscale: #828282. Windows color (decimal): -9923222 or 6985064. OLE color: 6985064.

HSL color Cylindrical-coordinate representation of color #68956A: hue angle of 122.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68956A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 106 -
CMYK 0.30 0 0.29 0.42
HSL 122.67º 0.18% 0.5% -
HSV(B) 122.67º 0.3% 0.58% -
XYZ 19.06 25.48 17.55 -
YUV 130.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 104 149 106 0.30 0 0.29 0.42 122.67 0.18 0.5
Hex 68 95 6A 1E 0 1D 2A 7B 12 32
Octal 150 225 152 36 0 35 52 173 22 62
Binary 1101000 10010101 1101010 11110 0 11101 101010 1111011 10010 110010

Color Harmonies of #68956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68956A

Black with #68956A

Text Example


Text Example

White with #68956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68956A; }

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

 H1.HeaderClassName
 {
   color: #68956A;
 }
 .AnyTagClassName
 {
   color: #68956A;
 }
</style>

background-color css

<style>
 a { background-color: #68956A; }

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

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

border-color css

<style>
 span { border-color: #68956A; }

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

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