Html Css Color HEX #04866F Observatory

📋 copy color: '#04866F'

red 4 ◦ green 134 ◦ blue 111

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

Shades of Observatory #04866F

Tints of Observatory #04866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.82%

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 1.61%
G = 53.82%
B = 44.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#04866F (or 0x04866F) is known color: Observatory. HEX triplet: 04, 86 and 6F. RGB value is (4,134,111). Sum of RGB (Red+Green+Blue) = 4+134+111=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #04866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04866F is #FB7990. Grayscale: #5C5C5C. Windows color (decimal): -16480657 or 7308804. OLE color: 7308804.

HSL color Cylindrical-coordinate representation of color #04866F: hue angle of 169.38º 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 #04866F is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 111 -
CMYK 0.97 0 0.17 0.47
HSL 169.38º 0.94% 0.27% -
HSV(B) 169.38º 0.97% 0.53% -
XYZ 11.44 18.22 17.95 -
YUV 92.51 138.43 64.87 -
System Red Green Blue C M Y K H S L
Decimal 4 134 111 0.97 0 0.17 0.47 169.38 0.94 0.27
Hex 4 86 6F 61 0 11 2F A9 5E 1B
Octal 4 206 157 141 0 21 57 251 136 33
Binary 100 10000110 1101111 1100001 0 10001 101111 10101001 1011110 11011

Color Harmonies of #04866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04866F

Black with #04866F

Text Example


Text Example

White with #04866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04866F; }

 p { color: rgb(4,134,111); }

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

background-color css

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

 a { background-color: rgb(4,134,111); }

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

border-color css

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

 span { border-color: rgb(4,134,111); }

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