Html Css Color HEX #699995 Juniper

📋 copy color: '#699995'

red 105 ◦ green 153 ◦ blue 149

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

Shades of Juniper #699995

Tints of Juniper #699995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 25.8%
G = 37.59%
B = 36.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#699995 (or 0x699995) is known color: Juniper. HEX triplet: 69, 99 and 95. RGB value is (105,153,149). Sum of RGB (Red+Green+Blue) = 105+153+149=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #699995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699995 is #96666A. Grayscale: #8A8A8A. Windows color (decimal): -9856619 or 9804137. OLE color: 9804137.

HSL color Cylindrical-coordinate representation of color #699995: hue angle of 175º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699995 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 149 -
CMYK 0.31 0 0.03 0.4
HSL 175º 0.19% 0.51% -
HSV(B) 175º 0.31% 0.6% -
XYZ 22.64 27.96 32.64 -
YUV 138.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 105 153 149 0.31 0 0.03 0.4 175 0.19 0.51
Hex 69 99 95 1F 0 3 28 AF 13 33
Octal 151 231 225 37 0 3 50 257 23 63
Binary 1101001 10011001 10010101 11111 0 11 101000 10101111 10011 110011

Color Harmonies of #699995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699995

Black with #699995

Text Example


Text Example

White with #699995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699995; }

 p { color: rgb(105,153,149); }

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

background-color css

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

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

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

border-color css

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

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

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