Html Css Color HEX #68916F Laurel

📋 copy color: '#68916F'

red 104 ◦ green 145 ◦ blue 111

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

Shades of Laurel #68916F

Tints of Laurel #68916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 28.89%
G = 40.28%
B = 30.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#68916F (or 0x68916F) is known color: Laurel. HEX triplet: 68, 91 and 6F. RGB value is (104,145,111). Sum of RGB (Red+Green+Blue) = 104+145+111=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #68916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916F is #976E90. Grayscale: #808080. Windows color (decimal): -9924241 or 7311720. OLE color: 7311720.

HSL color Cylindrical-coordinate representation of color #68916F: hue angle of 130.24º 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 #68916F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 111 -
CMYK 0.28 0 0.23 0.43
HSL 130.24º 0.16% 0.49% -
HSV(B) 130.24º 0.28% 0.57% -
XYZ 18.7 24.34 18.75 -
YUV 128.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 104 145 111 0.28 0 0.23 0.43 130.24 0.16 0.49
Hex 68 91 6F 1C 0 17 2B 82 10 31
Octal 150 221 157 34 0 27 53 202 20 61
Binary 1101000 10010001 1101111 11100 0 10111 101011 10000010 10000 110001

Color Harmonies of #68916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68916F

Black with #68916F

Text Example


Text Example

White with #68916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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