Html Css Color HEX #668968 Laurel

📋 copy color: '#668968'

red 102 ◦ green 137 ◦ blue 104

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

Shades of Laurel #668968

Tints of Laurel #668968

RGB

 RED value IS 102 (40.23% from 255) = 29.74%

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 29.74%
G = 39.94%
B = 30.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#668968 (or 0x668968) is known color: Laurel. HEX triplet: 66, 89 and 68. RGB value is (102,137,104). Sum of RGB (Red+Green+Blue) = 102+137+104=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #668968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668968 is #997697. Grayscale: #7A7A7A. Windows color (decimal): -10057368 or 6850918. OLE color: 6850918.

HSL color Cylindrical-coordinate representation of color #668968: hue angle of 123.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668968 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 104 -
CMYK 0.26 0 0.24 0.46
HSL 123.43º 0.15% 0.47% -
HSV(B) 123.43º 0.26% 0.54% -
XYZ 16.92 21.72 16.4 -
YUV 122.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 102 137 104 0.26 0 0.24 0.46 123.43 0.15 0.47
Hex 66 89 68 1A 0 18 2E 7B F 2F
Octal 146 211 150 32 0 30 56 173 17 57
Binary 1100110 10001001 1101000 11010 0 11000 101110 1111011 1111 101111

Color Harmonies of #668968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668968

Black with #668968

Text Example


Text Example

White with #668968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668968; }

 p { color: rgb(102,137,104); }

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

background-color css

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

 a { background-color: rgb(102,137,104); }

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

border-color css

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

 span { border-color: rgb(102,137,104); }

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