Html Css Color HEX #04876A Observatory

📋 copy color: '#04876A'

red 4 ◦ green 135 ◦ blue 106

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

Shades of Observatory #04876A

Tints of Observatory #04876A

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

 GREEN value IS 135 (53.13% from 255) = 55.1%

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 1.63%
G = 55.1%
B = 43.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#04876A (or 0x04876A) is known color: Observatory. HEX triplet: 04, 87 and 6A. RGB value is (4,135,106). Sum of RGB (Red+Green+Blue) = 4+135+106=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #04876A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04876A is #FB7895. Grayscale: #5C5C5C. Windows color (decimal): -16480406 or 6981380. OLE color: 6981380.

HSL color Cylindrical-coordinate representation of color #04876A: hue angle of 166.72º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04876A is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 135 106 -
CMYK 0.97 0 0.21 0.47
HSL 166.72º 0.94% 0.27% -
HSV(B) 166.72º 0.97% 0.53% -
XYZ 11.32 18.39 16.59 -
YUV 92.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 4 135 106 0.97 0 0.21 0.47 166.72 0.94 0.27
Hex 4 87 6A 61 0 15 2F A7 5E 1B
Octal 4 207 152 141 0 25 57 247 136 33
Binary 100 10000111 1101010 1100001 0 10101 101111 10100111 1011110 11011

Color Harmonies of #04876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04876A

Black with #04876A

Text Example


Text Example

White with #04876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04876A; }

 p { color: rgb(4,135,106); }

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

background-color css

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

 a { background-color: rgb(4,135,106); }

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

border-color css

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

 span { border-color: rgb(4,135,106); }

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