Html Css Color HEX #669994 Juniper

📋 copy color: '#669994'

red 102 ◦ green 153 ◦ blue 148

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

Shades of Juniper #669994

Tints of Juniper #669994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 25.31%
G = 37.97%
B = 36.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#669994 (or 0x669994) is known color: Juniper. HEX triplet: 66, 99 and 94. RGB value is (102,153,148). Sum of RGB (Red+Green+Blue) = 102+153+148=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #669994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669994 is #99666B. Grayscale: #898989. Windows color (decimal): -10053228 or 9738598. OLE color: 9738598.

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

Color convert

RGB 102 153 148 -
CMYK 0.33 0 0.03 0.4
HSL 174.12º 0.2% 0.5% -
HSV(B) 174.12º 0.33% 0.6% -
XYZ 22.22 27.75 32.2 -
YUV 137.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 102 153 148 0.33 0 0.03 0.4 174.12 0.2 0.5
Hex 66 99 94 21 0 3 28 AE 14 32
Octal 146 231 224 41 0 3 50 256 24 62
Binary 1100110 10011001 10010100 100001 0 11 101000 10101110 10100 110010

Color Harmonies of #669994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669994

Black with #669994

Text Example


Text Example

White with #669994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669994; }

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

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

background-color css

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

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

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

border-color css

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

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

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