Html Css Color HEX #669D6A Laurel

📋 copy color: '#669D6A'

red 102 ◦ green 157 ◦ blue 106

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

Shades of Laurel #669D6A

Tints of Laurel #669D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 27.95%
G = 43.01%
B = 29.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#669D6A (or 0x669D6A) is known color: Laurel. HEX triplet: 66, 9D and 6A. RGB value is (102,157,106). Sum of RGB (Red+Green+Blue) = 102+157+106=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #669D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D6A is #996295. Grayscale: #868686. Windows color (decimal): -10052246 or 6987110. OLE color: 6987110.

HSL color Cylindrical-coordinate representation of color #669D6A: hue angle of 124.36º 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 #669D6A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 157 106 -
CMYK 0.35 0 0.32 0.38
HSL 124.36º 0.22% 0.51% -
HSV(B) 124.36º 0.35% 0.62% -
XYZ 20.14 27.98 17.97 -
YUV 134.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 102 157 106 0.35 0 0.32 0.38 124.36 0.22 0.51
Hex 66 9D 6A 23 0 20 26 7C 16 33
Octal 146 235 152 43 0 40 46 174 26 63
Binary 1100110 10011101 1101010 100011 0 100000 100110 1111100 10110 110011

Color Harmonies of #669D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D6A

Black with #669D6A

Text Example


Text Example

White with #669D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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