Html Css Color HEX #668869 Laurel

📋 copy color: '#668869'

red 102 ◦ green 136 ◦ blue 105

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

Shades of Laurel #668869

Tints of Laurel #668869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 29.74%
G = 39.65%
B = 30.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#668869 (or 0x668869) is known color: Laurel. HEX triplet: 66, 88 and 69. RGB value is (102,136,105). Sum of RGB (Red+Green+Blue) = 102+136+105=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #668869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668869 is #997796. Grayscale: #7A7A7A. Windows color (decimal): -10057623 or 6916198. OLE color: 6916198.

HSL color Cylindrical-coordinate representation of color #668869: hue angle of 125.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668869 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 105 -
CMYK 0.25 0 0.23 0.47
HSL 125.29º 0.14% 0.47% -
HSV(B) 125.29º 0.25% 0.53% -
XYZ 16.83 21.45 16.62 -
YUV 122.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 102 136 105 0.25 0 0.23 0.47 125.29 0.14 0.47
Hex 66 88 69 19 0 17 2F 7D E 2F
Octal 146 210 151 31 0 27 57 175 16 57
Binary 1100110 10001000 1101001 11001 0 10111 101111 1111101 1110 101111

Color Harmonies of #668869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668869

Black with #668869

Text Example


Text Example

White with #668869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668869; }

 p { color: rgb(102,136,105); }

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

background-color css

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

 a { background-color: rgb(102,136,105); }

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

border-color css

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

 span { border-color: rgb(102,136,105); }

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