Html Css Color HEX #077515 Green

📋 copy color: '#077515'

red 7 ◦ green 117 ◦ blue 21

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

Shades of Green #077515

Tints of Green #077515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.69%

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 4.83%
G = 80.69%
B = 14.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#077515 (or 0x077515) is known color: Green. HEX triplet: 07, 75 and 15. RGB value is (7,117,21). Sum of RGB (Red+Green+Blue) = 7+117+21=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #077515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077515 is #F88AEA. Grayscale: #494949. Windows color (decimal): -16288491 or 1406215. OLE color: 1406215.

HSL color Cylindrical-coordinate representation of color #077515: hue angle of 127.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077515 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 117 21 -
CMYK 0.94 0 0.82 0.54
HSL 127.64º 0.89% 0.24% -
HSV(B) 127.64º 0.94% 0.46% -
XYZ 6.58 12.82 2.84 -
YUV 73.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 7 117 21 0.94 0 0.82 0.54 127.64 0.89 0.24
Hex 7 75 15 5E 0 52 36 80 59 18
Octal 7 165 25 136 0 122 66 200 131 30
Binary 111 1110101 10101 1011110 0 1010010 110110 10000000 1011001 11000

Color Harmonies of #077515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077515

Black with #077515

Text Example


Text Example

White with #077515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077515; }

 p { color: rgb(7,117,21); }

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

background-color css

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

 a { background-color: rgb(7,117,21); }

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

border-color css

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

 span { border-color: rgb(7,117,21); }

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