Html Css Color HEX #077030 Fun Green

📋 copy color: '#077030'

red 7 ◦ green 112 ◦ blue 48

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

Shades of Fun Green #077030

Tints of Fun Green #077030

RGB

 RED value IS 7 (3.13% from 255) = 4.19%

 GREEN value IS 112 (44.14% from 255) = 67.07%

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 4.19%
G = 67.07%
B = 28.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#077030 (or 0x077030) is known color: Fun Green. HEX triplet: 07, 70 and 30. RGB value is (7,112,48). Sum of RGB (Red+Green+Blue) = 7+112+48=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #077030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077030 is #F88FCF. Grayscale: #494949. Windows color (decimal): -16289744 or 3174407. OLE color: 3174407.

HSL color Cylindrical-coordinate representation of color #077030: hue angle of 143.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077030 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 48 -
CMYK 0.94 0 0.57 0.56
HSL 143.43º 0.88% 0.23% -
HSV(B) 143.43º 0.94% 0.44% -
XYZ 6.42 11.85 4.74 -
YUV 73.31 113.71 80.7 -
System Red Green Blue C M Y K H S L
Decimal 7 112 48 0.94 0 0.57 0.56 143.43 0.88 0.23
Hex 7 70 30 5E 0 39 38 8F 58 17
Octal 7 160 60 136 0 71 70 217 130 27
Binary 111 1110000 110000 1011110 0 111001 111000 10001111 1011000 10111

Color Harmonies of #077030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077030

Black with #077030

Text Example


Text Example

White with #077030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077030; }

 p { color: rgb(7,112,48); }

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

background-color css

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

 a { background-color: rgb(7,112,48); }

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

border-color css

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

 span { border-color: rgb(7,112,48); }

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