Html Css Color HEX #077330 Fun Green

📋 copy color: '#077330'

red 7 ◦ green 115 ◦ blue 48

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

Shades of Fun Green #077330

Tints of Fun Green #077330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 67.65%

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

R = 4.12%
G = 67.65%
B = 28.24%

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

#077330 (or 0x077330) is known color: Fun Green. HEX triplet: 07, 73 and 30. RGB value is (7,115,48). Sum of RGB (Red+Green+Blue) = 7+115+48=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #077330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077330 is #F88CCF. Grayscale: #4B4B4B. Windows color (decimal): -16288976 or 3175175. OLE color: 3175175.

HSL color Cylindrical-coordinate representation of color #077330: hue angle of 142.78º degrees, saturation: 0.89, 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 #077330 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 48 -
CMYK 0.94 0 0.58 0.55
HSL 142.78º 0.89% 0.24% -
HSV(B) 142.78º 0.94% 0.45% -
XYZ 6.75 12.52 4.86 -
YUV 75.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 7 115 48 0.94 0 0.58 0.55 142.78 0.89 0.24
Hex 7 73 30 5E 0 3A 37 8F 59 18
Octal 7 163 60 136 0 72 67 217 131 30
Binary 111 1110011 110000 1011110 0 111010 110111 10001111 1011001 11000

Color Harmonies of #077330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077330

Black with #077330

Text Example


Text Example

White with #077330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077330; }

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

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

background-color css

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

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

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

border-color css

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

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

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