Html Css Color HEX #039077 Observatory

📋 copy color: '#039077'

red 3 ◦ green 144 ◦ blue 119

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

Shades of Observatory #039077

Tints of Observatory #039077

RGB

 RED value IS 3 (1.56% from 255) = 1.13%

 GREEN value IS 144 (56.64% from 255) = 54.14%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 1.13%
G = 54.14%
B = 44.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#039077 (or 0x039077) is known color: Observatory. HEX triplet: 03, 90 and 77. RGB value is (3,144,119). Sum of RGB (Red+Green+Blue) = 3+144+119=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #039077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039077 is #FC6F88. Grayscale: #626262. Windows color (decimal): -16543625 or 7835651. OLE color: 7835651.

HSL color Cylindrical-coordinate representation of color #039077: hue angle of 169.36º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039077 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 144 119 -
CMYK 0.98 0 0.17 0.44
HSL 169.36º 0.96% 0.29% -
HSV(B) 169.36º 0.98% 0.56% -
XYZ 13.34 21.3 20.86 -
YUV 98.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 3 144 119 0.98 0 0.17 0.44 169.36 0.96 0.29
Hex 3 90 77 62 0 11 2C A9 60 1D
Octal 3 220 167 142 0 21 54 251 140 35
Binary 11 10010000 1110111 1100010 0 10001 101100 10101001 1100000 11101

Color Harmonies of #039077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039077

Black with #039077

Text Example


Text Example

White with #039077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039077; }

 p { color: rgb(3,144,119); }

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

background-color css

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

 a { background-color: rgb(3,144,119); }

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

border-color css

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

 span { border-color: rgb(3,144,119); }

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