Html Css Color HEX #669369 Laurel

📋 copy color: '#669369'

red 102 ◦ green 147 ◦ blue 105

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

Shades of Laurel #669369

Tints of Laurel #669369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 28.81%
G = 41.53%
B = 29.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#669369 (or 0x669369) is known color: Laurel. HEX triplet: 66, 93 and 69. RGB value is (102,147,105). Sum of RGB (Red+Green+Blue) = 102+147+105=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #669369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669369 is #996C96. Grayscale: #808080. Windows color (decimal): -10054807 or 6919014. OLE color: 6919014.

HSL color Cylindrical-coordinate representation of color #669369: hue angle of 124º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669369 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 105 -
CMYK 0.31 0 0.29 0.42
HSL 124º 0.18% 0.49% -
HSV(B) 124º 0.31% 0.58% -
XYZ 18.46 24.71 17.16 -
YUV 128.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 102 147 105 0.31 0 0.29 0.42 124 0.18 0.49
Hex 66 93 69 1F 0 1D 2A 7C 12 31
Octal 146 223 151 37 0 35 52 174 22 61
Binary 1100110 10010011 1101001 11111 0 11101 101010 1111100 10010 110001

Color Harmonies of #669369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669369

Black with #669369

Text Example


Text Example

White with #669369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669369; }

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

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

background-color css

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

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

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

border-color css

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

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

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