Html Css Color HEX #669869 Laurel

📋 copy color: '#669869'

red 102 ◦ green 152 ◦ blue 105

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

Shades of Laurel #669869

Tints of Laurel #669869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

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

R = 28.41%
G = 42.34%
B = 29.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#669869 (or 0x669869) is known color: Laurel. HEX triplet: 66, 98 and 69. RGB value is (102,152,105). Sum of RGB (Red+Green+Blue) = 102+152+105=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #669869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669869 is #996796. Grayscale: #838383. Windows color (decimal): -10053527 or 6920294. OLE color: 6920294.

HSL color Cylindrical-coordinate representation of color #669869: hue angle of 123.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669869 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 105 -
CMYK 0.33 0 0.31 0.40
HSL 123.6º 0.2% 0.5% -
HSV(B) 123.6º 0.33% 0.6% -
XYZ 19.26 26.3 17.43 -
YUV 131.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 102 152 105 0.33 0 0.31 0.40 123.6 0.2 0.5
Hex 66 98 69 21 0 1F 28 7C 14 32
Octal 146 230 151 41 0 37 50 174 24 62
Binary 1100110 10011000 1101001 100001 0 11111 101000 1111100 10100 110010

Color Harmonies of #669869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669869

Black with #669869

Text Example


Text Example

White with #669869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669869; }

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

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

background-color css

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

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

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

border-color css

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

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

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