Html Css Color HEX #669D69 Laurel

📋 copy color: '#669D69'

red 102 ◦ green 157 ◦ blue 105

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

Shades of Laurel #669D69

Tints of Laurel #669D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

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

R = 28.02%
G = 43.13%
B = 28.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#669D69 (or 0x669D69) is known color: Laurel. HEX triplet: 66, 9D and 69. RGB value is (102,157,105). Sum of RGB (Red+Green+Blue) = 102+157+105=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #669D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D69 is #996296. Grayscale: #868686. Windows color (decimal): -10052247 or 6921574. OLE color: 6921574.

HSL color Cylindrical-coordinate representation of color #669D69: hue angle of 123.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D69 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 105 -
CMYK 0.35 0 0.33 0.38
HSL 123.27º 0.22% 0.51% -
HSV(B) 123.27º 0.35% 0.62% -
XYZ 20.09 27.96 17.7 -
YUV 134.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 102 157 105 0.35 0 0.33 0.38 123.27 0.22 0.51
Hex 66 9D 69 23 0 21 26 7B 16 33
Octal 146 235 151 43 0 41 46 173 26 63
Binary 1100110 10011101 1101001 100011 0 100001 100110 1111011 10110 110011

Color Harmonies of #669D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D69

Black with #669D69

Text Example


Text Example

White with #669D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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