Html Css Color HEX #669269 Laurel

📋 copy color: '#669269'

red 102 ◦ green 146 ◦ blue 105

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

Shades of Laurel #669269

Tints of Laurel #669269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 28.9%
G = 41.36%
B = 29.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#669269 (or 0x669269) is known color: Laurel. HEX triplet: 66, 92 and 69. RGB value is (102,146,105). Sum of RGB (Red+Green+Blue) = 102+146+105=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #669269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669269 is #996D96. Grayscale: #808080. Windows color (decimal): -10055063 or 6918758. OLE color: 6918758.

HSL color Cylindrical-coordinate representation of color #669269: hue angle of 124.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669269 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 105 -
CMYK 0.30 0 0.28 0.43
HSL 124.09º 0.18% 0.49% -
HSV(B) 124.09º 0.3% 0.57% -
XYZ 18.31 24.4 17.11 -
YUV 128.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 102 146 105 0.30 0 0.28 0.43 124.09 0.18 0.49
Hex 66 92 69 1E 0 1C 2B 7C 12 31
Octal 146 222 151 36 0 34 53 174 22 61
Binary 1100110 10010010 1101001 11110 0 11100 101011 1111100 10010 110001

Color Harmonies of #669269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669269

Black with #669269

Text Example


Text Example

White with #669269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669269; }

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

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

background-color css

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

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

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

border-color css

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

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

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