Html Css Color HEX #699A92 Juniper

📋 copy color: '#699A92'

red 105 ◦ green 154 ◦ blue 146

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

Shades of Juniper #699A92

Tints of Juniper #699A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

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

R = 25.93%
G = 38.02%
B = 36.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#699A92 (or 0x699A92) is known color: Juniper. HEX triplet: 69, 9A and 92. RGB value is (105,154,146). Sum of RGB (Red+Green+Blue) = 105+154+146=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 154 - color contains mainly: green. Hex color #699A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A92 is #96656D. Grayscale: #8A8A8A. Windows color (decimal): -9856366 or 9607785. OLE color: 9607785.

HSL color Cylindrical-coordinate representation of color #699A92: hue angle of 170.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A92 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 146 -
CMYK 0.32 0 0.05 0.40
HSL 170.2º 0.2% 0.51% -
HSV(B) 170.2º 0.32% 0.6% -
XYZ 22.57 28.19 31.45 -
YUV 138.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 105 154 146 0.32 0 0.05 0.40 170.2 0.2 0.51
Hex 69 9A 92 20 0 5 28 AA 14 33
Octal 151 232 222 40 0 5 50 252 24 63
Binary 1101001 10011010 10010010 100000 0 101 101000 10101010 10100 110011

Color Harmonies of #699A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A92

Black with #699A92

Text Example


Text Example

White with #699A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699A92; }

 p { color: rgb(105,154,146); }

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

background-color css

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

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

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

border-color css

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

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

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