Html Css Color HEX #04906F Observatory

📋 copy color: '#04906F'

red 4 ◦ green 144 ◦ blue 111

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

Shades of Observatory #04906F

Tints of Observatory #04906F

RGB

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

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

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

R = 1.54%
G = 55.6%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#04906F (or 0x04906F) is known color: Observatory. HEX triplet: 04, 90 and 6F. RGB value is (4,144,111). Sum of RGB (Red+Green+Blue) = 4+144+111=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #04906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04906F is #FB6F90. Grayscale: #626262. Windows color (decimal): -16478097 or 7311364. OLE color: 7311364.

HSL color Cylindrical-coordinate representation of color #04906F: hue angle of 165.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04906F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 111 -
CMYK 0.97 0 0.23 0.44
HSL 165.86º 0.95% 0.29% -
HSV(B) 165.86º 0.97% 0.56% -
XYZ 12.89 21.12 18.44 -
YUV 98.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 4 144 111 0.97 0 0.23 0.44 165.86 0.95 0.29
Hex 4 90 6F 61 0 17 2C A6 5F 1D
Octal 4 220 157 141 0 27 54 246 137 35
Binary 100 10010000 1101111 1100001 0 10111 101100 10100110 1011111 11101

Color Harmonies of #04906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04906F

Black with #04906F

Text Example


Text Example

White with #04906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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