Html Css Color HEX #04770C Green

📋 copy color: '#04770C'

red 4 ◦ green 119 ◦ blue 12

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

Shades of Green #04770C

Tints of Green #04770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 88.15%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 2.96%
G = 88.15%
B = 8.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#04770C (or 0x04770C) is known color: Green. HEX triplet: 04, 77 and 0C. RGB value is (4,119,12). Sum of RGB (Red+Green+Blue) = 4+119+12=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #04770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04770C is #FB88F3. Grayscale: #484848. Windows color (decimal): -16484596 or 816900. OLE color: 816900.

HSL color Cylindrical-coordinate representation of color #04770C: hue angle of 124.17º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04770C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 119 12 -
CMYK 0.97 0 0.90 0.53
HSL 124.17º 0.93% 0.24% -
HSV(B) 124.17º 0.97% 0.47% -
XYZ 6.71 13.25 2.55 -
YUV 72.42 93.9 79.2 -
System Red Green Blue C M Y K H S L
Decimal 4 119 12 0.97 0 0.90 0.53 124.17 0.93 0.24
Hex 4 77 C 61 0 5A 35 7C 5D 18
Octal 4 167 14 141 0 132 65 174 135 30
Binary 100 1110111 1100 1100001 0 1011010 110101 1111100 1011101 11000

Color Harmonies of #04770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04770C

Black with #04770C

Text Example


Text Example

White with #04770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04770C; }

 p { color: rgb(4,119,12); }

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

background-color css

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

 a { background-color: rgb(4,119,12); }

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

border-color css

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

 span { border-color: rgb(4,119,12); }

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