Html Css Color HEX #669794 Juniper

📋 copy color: '#669794'

red 102 ◦ green 151 ◦ blue 148

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

Shades of Juniper #669794

Tints of Juniper #669794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 25.44%
G = 37.66%
B = 36.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#669794 (or 0x669794) is known color: Juniper. HEX triplet: 66, 97 and 94. RGB value is (102,151,148). Sum of RGB (Red+Green+Blue) = 102+151+148=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #669794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669794 is #99686B. Grayscale: #878787. Windows color (decimal): -10053740 or 9738086. OLE color: 9738086.

HSL color Cylindrical-coordinate representation of color #669794: hue angle of 176.33º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669794 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 148 -
CMYK 0.32 0 0.02 0.41
HSL 176.33º 0.19% 0.5% -
HSV(B) 176.33º 0.32% 0.59% -
XYZ 21.89 27.1 32.09 -
YUV 136.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 102 151 148 0.32 0 0.02 0.41 176.33 0.19 0.5
Hex 66 97 94 20 0 2 29 B0 13 32
Octal 146 227 224 40 0 2 51 260 23 62
Binary 1100110 10010111 10010100 100000 0 10 101001 10110000 10011 110010

Color Harmonies of #669794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669794

Black with #669794

Text Example


Text Example

White with #669794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669794; }

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

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

background-color css

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

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

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

border-color css

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

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

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