Html Css Color HEX #769592 Juniper

📋 copy color: '#769592'

red 118 ◦ green 149 ◦ blue 146

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

Shades of Juniper #769592

Tints of Juniper #769592

RGB

 RED value IS 118 (46.48% from 255) = 28.57%

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 28.57%
G = 36.08%
B = 35.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#769592 (or 0x769592) is known color: Juniper. HEX triplet: 76, 95 and 92. RGB value is (118,149,146). Sum of RGB (Red+Green+Blue) = 118+149+146=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #769592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769592 is #896A6D. Grayscale: #8B8B8B. Windows color (decimal): -9005678 or 9606518. OLE color: 9606518.

HSL color Cylindrical-coordinate representation of color #769592: hue angle of 174.19º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769592 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 146 -
CMYK 0.21 0 0.02 0.42
HSL 174.19º 0.13% 0.52% -
HSV(B) 174.19º 0.21% 0.58% -
XYZ 23.41 27.42 31.25 -
YUV 139.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 118 149 146 0.21 0 0.02 0.42 174.19 0.13 0.52
Hex 76 95 92 15 0 2 2A AE D 34
Octal 166 225 222 25 0 2 52 256 15 64
Binary 1110110 10010101 10010010 10101 0 10 101010 10101110 1101 110100

Color Harmonies of #769592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769592

Black with #769592

Text Example


Text Example

White with #769592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769592; }

 p { color: rgb(118,149,146); }

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

background-color css

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

 a { background-color: rgb(118,149,146); }

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

border-color css

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

 span { border-color: rgb(118,149,146); }

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