Html Css Color HEX #699494 Juniper

📋 copy color: '#699494'

red 105 ◦ green 148 ◦ blue 148

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

Shades of Juniper #699494

Tints of Juniper #699494

RGB

 RED value IS 105 (41.41% from 255) = 26.18%

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

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

R = 26.18%
G = 36.91%
B = 36.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#699494 (or 0x699494) is known color: Juniper. HEX triplet: 69, 94 and 94. RGB value is (105,148,148). Sum of RGB (Red+Green+Blue) = 105+148+148=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #699494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699494 is #966B6B. Grayscale: #878787. Windows color (decimal): -9857900 or 9737321. OLE color: 9737321.

HSL color Cylindrical-coordinate representation of color #699494: hue angle of 180º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699494 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 148 -
CMYK 0.29 0 0 0.42
HSL 180º 0.17% 0.5% -
HSV(B) 180º 0.29% 0.58% -
XYZ 21.76 26.32 31.95 -
YUV 135.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 105 148 148 0.29 0 0 0.42 180 0.17 0.5
Hex 69 94 94 1D 0 0 2A B4 11 32
Octal 151 224 224 35 0 0 52 264 21 62
Binary 1101001 10010100 10010100 11101 0 0 101010 10110100 10001 110010

Color Harmonies of #699494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699494

Black with #699494

Text Example


Text Example

White with #699494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699494; }

 p { color: rgb(105,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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