Html Css Color HEX #669F69 Laurel

📋 copy color: '#669F69'

red 102 ◦ green 159 ◦ blue 105

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

Shades of Laurel #669F69

Tints of Laurel #669F69

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

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

R = 27.87%
G = 43.44%
B = 28.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#669F69 (or 0x669F69) is known color: Laurel. HEX triplet: 66, 9F and 69. RGB value is (102,159,105). Sum of RGB (Red+Green+Blue) = 102+159+105=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #669F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F69 is #996096. Grayscale: #878787. Windows color (decimal): -10051735 or 6922086. OLE color: 6922086.

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

Color convert

RGB 102 159 105 -
CMYK 0.36 0 0.34 0.38
HSL 123.16º 0.23% 0.51% -
HSV(B) 123.16º 0.36% 0.62% -
XYZ 20.43 28.64 17.82 -
YUV 135.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 102 159 105 0.36 0 0.34 0.38 123.16 0.23 0.51
Hex 66 9F 69 24 0 22 26 7B 17 33
Octal 146 237 151 44 0 42 46 173 27 63
Binary 1100110 10011111 1101001 100100 0 100010 100110 1111011 10111 110011

Color Harmonies of #669F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F69

Black with #669F69

Text Example


Text Example

White with #669F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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