Html Css Color HEX #669992 Juniper

📋 copy color: '#669992'

red 102 ◦ green 153 ◦ blue 146

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

Shades of Juniper #669992

Tints of Juniper #669992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 25.44%
G = 38.15%
B = 36.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#669992 (or 0x669992) is known color: Juniper. HEX triplet: 66, 99 and 92. RGB value is (102,153,146). Sum of RGB (Red+Green+Blue) = 102+153+146=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #669992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669992 is #99666D. Grayscale: #888888. Windows color (decimal): -10053230 or 9607526. OLE color: 9607526.

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

Color convert

RGB 102 153 146 -
CMYK 0.33 0 0.05 0.4
HSL 171.76º 0.2% 0.5% -
HSV(B) 171.76º 0.33% 0.6% -
XYZ 22.06 27.68 31.37 -
YUV 136.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 102 153 146 0.33 0 0.05 0.4 171.76 0.2 0.5
Hex 66 99 92 21 0 5 28 AC 14 32
Octal 146 231 222 41 0 5 50 254 24 62
Binary 1100110 10011001 10010010 100001 0 101 101000 10101100 10100 110010

Color Harmonies of #669992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669992

Black with #669992

Text Example


Text Example

White with #669992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669992; }

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

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

background-color css

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

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

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

border-color css

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

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

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