Html Css Color HEX #669968 Laurel

📋 copy color: '#669968'

red 102 ◦ green 153 ◦ blue 104

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

Shades of Laurel #669968

Tints of Laurel #669968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

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

R = 28.41%
G = 42.62%
B = 28.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#669968 (or 0x669968) is known color: Laurel. HEX triplet: 66, 99 and 68. RGB value is (102,153,104). Sum of RGB (Red+Green+Blue) = 102+153+104=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #669968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669968 is #996697. Grayscale: #848484. Windows color (decimal): -10053272 or 6855014. OLE color: 6855014.

HSL color Cylindrical-coordinate representation of color #669968: hue angle of 122.35º 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 #669968 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 104 -
CMYK 0.33 0 0.32 0.4
HSL 122.35º 0.2% 0.5% -
HSV(B) 122.35º 0.33% 0.6% -
XYZ 19.37 26.61 17.21 -
YUV 132.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 102 153 104 0.33 0 0.32 0.4 122.35 0.2 0.5
Hex 66 99 68 21 0 20 28 7A 14 32
Octal 146 231 150 41 0 40 50 172 24 62
Binary 1100110 10011001 1101000 100001 0 100000 101000 1111010 10100 110010

Color Harmonies of #669968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669968

Black with #669968

Text Example


Text Example

White with #669968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669968; }

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

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

background-color css

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

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

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

border-color css

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

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

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