Html Css Color HEX #68916D Laurel

📋 copy color: '#68916D'

red 104 ◦ green 145 ◦ blue 109

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

Shades of Laurel #68916D

Tints of Laurel #68916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 29.05%
G = 40.5%
B = 30.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#68916D (or 0x68916D) is known color: Laurel. HEX triplet: 68, 91 and 6D. RGB value is (104,145,109). Sum of RGB (Red+Green+Blue) = 104+145+109=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #68916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916D is #976E92. Grayscale: #808080. Windows color (decimal): -9924243 or 7180648. OLE color: 7180648.

HSL color Cylindrical-coordinate representation of color #68916D: hue angle of 127.32º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68916D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 109 -
CMYK 0.28 0 0.25 0.43
HSL 127.32º 0.16% 0.49% -
HSV(B) 127.32º 0.28% 0.57% -
XYZ 18.59 24.3 18.18 -
YUV 128.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 104 145 109 0.28 0 0.25 0.43 127.32 0.16 0.49
Hex 68 91 6D 1C 0 19 2B 7F 10 31
Octal 150 221 155 34 0 31 53 177 20 61
Binary 1101000 10010001 1101101 11100 0 11001 101011 1111111 10000 110001

Color Harmonies of #68916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68916D

Black with #68916D

Text Example


Text Example

White with #68916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68916D; }

 p { color: rgb(104,145,109); }

 H1.HeaderClassName
 {
   color: #68916D;
 }
 .AnyTagClassName
 {
   color: #68916D;
 }
</style>

background-color css

<style>
 a { background-color: #68916D; }

 a { background-color: rgb(104,145,109); }

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

border-color css

<style>
 span { border-color: #68916D; }

 span { border-color: rgb(104,145,109); }

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