Html Css Color HEX #68916B Laurel

📋 copy color: '#68916B'

red 104 ◦ green 145 ◦ blue 107

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

Shades of Laurel #68916B

Tints of Laurel #68916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 29.21%
G = 40.73%
B = 30.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#68916B (or 0x68916B) is known color: Laurel. HEX triplet: 68, 91 and 6B. RGB value is (104,145,107). Sum of RGB (Red+Green+Blue) = 104+145+107=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #68916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916B is #976E94. Grayscale: #808080. Windows color (decimal): -9924245 or 7049576. OLE color: 7049576.

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

Color convert

RGB 104 145 107 -
CMYK 0.28 0 0.26 0.43
HSL 124.39º 0.16% 0.49% -
HSV(B) 124.39º 0.28% 0.57% -
XYZ 18.49 24.26 17.62 -
YUV 128.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 104 145 107 0.28 0 0.26 0.43 124.39 0.16 0.49
Hex 68 91 6B 1C 0 1A 2B 7C 10 31
Octal 150 221 153 34 0 32 53 174 20 61
Binary 1101000 10010001 1101011 11100 0 11010 101011 1111100 10000 110001

Color Harmonies of #68916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68916B

Black with #68916B

Text Example


Text Example

White with #68916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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