Html Css Color HEX #669268 Laurel

📋 copy color: '#669268'

red 102 ◦ green 146 ◦ blue 104

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

Shades of Laurel #669268

Tints of Laurel #669268

RGB

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

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

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

R = 28.98%
G = 41.48%
B = 29.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#669268 (or 0x669268) is known color: Laurel. HEX triplet: 66, 92 and 68. RGB value is (102,146,104). Sum of RGB (Red+Green+Blue) = 102+146+104=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #669268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669268 is #996D97. Grayscale: #808080. Windows color (decimal): -10055064 or 6853222. OLE color: 6853222.

HSL color Cylindrical-coordinate representation of color #669268: hue angle of 122.73º 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 #669268 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 104 -
CMYK 0.30 0 0.29 0.43
HSL 122.73º 0.18% 0.49% -
HSV(B) 122.73º 0.3% 0.57% -
XYZ 18.26 24.38 16.84 -
YUV 128.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 102 146 104 0.30 0 0.29 0.43 122.73 0.18 0.49
Hex 66 92 68 1E 0 1D 2B 7B 12 31
Octal 146 222 150 36 0 35 53 173 22 61
Binary 1100110 10010010 1101000 11110 0 11101 101011 1111011 10010 110001

Color Harmonies of #669268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669268

Black with #669268

Text Example


Text Example

White with #669268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669268; }

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

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

background-color css

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

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

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

border-color css

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

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

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