Html Css Color HEX #077230 Fun Green

📋 copy color: '#077230'

red 7 ◦ green 114 ◦ blue 48

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

Shades of Fun Green #077230

Tints of Fun Green #077230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 67.46%

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

R = 4.14%
G = 67.46%
B = 28.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#077230 (or 0x077230) is known color: Fun Green. HEX triplet: 07, 72 and 30. RGB value is (7,114,48). Sum of RGB (Red+Green+Blue) = 7+114+48=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #077230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077230 is #F88DCF. Grayscale: #4A4A4A. Windows color (decimal): -16289232 or 3174919. OLE color: 3174919.

HSL color Cylindrical-coordinate representation of color #077230: hue angle of 142.99º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077230 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 48 -
CMYK 0.94 0 0.58 0.55
HSL 142.99º 0.88% 0.24% -
HSV(B) 142.99º 0.94% 0.45% -
XYZ 6.64 12.29 4.82 -
YUV 74.48 113.05 79.87 -
System Red Green Blue C M Y K H S L
Decimal 7 114 48 0.94 0 0.58 0.55 142.99 0.88 0.24
Hex 7 72 30 5E 0 3A 37 8F 58 18
Octal 7 162 60 136 0 72 67 217 130 30
Binary 111 1110010 110000 1011110 0 111010 110111 10001111 1011000 11000

Color Harmonies of #077230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077230

Black with #077230

Text Example


Text Example

White with #077230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077230; }

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

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

background-color css

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

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

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

border-color css

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

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

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