Html Css Color HEX #769693 Juniper

📋 copy color: '#769693'

red 118 ◦ green 150 ◦ blue 147

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

Shades of Juniper #769693

Tints of Juniper #769693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 28.43%
G = 36.14%
B = 35.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#769693 (or 0x769693) is known color: Juniper. HEX triplet: 76, 96 and 93. RGB value is (118,150,147). Sum of RGB (Red+Green+Blue) = 118+150+147=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #769693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769693 is #89696C. Grayscale: #8C8C8C. Windows color (decimal): -9005421 or 9672310. OLE color: 9672310.

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

Color convert

RGB 118 150 147 -
CMYK 0.21 0 0.02 0.41
HSL 174.38º 0.13% 0.53% -
HSV(B) 174.38º 0.21% 0.59% -
XYZ 23.64 27.77 31.72 -
YUV 140.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 118 150 147 0.21 0 0.02 0.41 174.38 0.13 0.53
Hex 76 96 93 15 0 2 29 AE D 35
Octal 166 226 223 25 0 2 51 256 15 65
Binary 1110110 10010110 10010011 10101 0 10 101001 10101110 1101 110101

Color Harmonies of #769693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769693

Black with #769693

Text Example


Text Example

White with #769693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769693; }

 p { color: rgb(118,150,147); }

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

background-color css

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

 a { background-color: rgb(118,150,147); }

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

border-color css

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

 span { border-color: rgb(118,150,147); }

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