Html Css Color HEX #075E00 Green

📋 copy color: '#075E00'

red 7 ◦ green 94 ◦ blue 0

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

Shades of Green #075E00

Tints of Green #075E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 93.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.93%
G = 93.07%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#075E00 (or 0x075E00) is known color: Green. HEX triplet: 07, 5E and 00. RGB value is (7,94,0). Sum of RGB (Red+Green+Blue) = 7+94+0=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 94 (37.11% from 255 or 93.07% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 94 - color contains mainly: green. Hex color #075E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075E00 is #F8A1FF. Grayscale: #393939. Windows color (decimal): -16294400 or 24071. OLE color: 24071.

HSL color Cylindrical-coordinate representation of color #075E00: hue angle of 115.53º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #075E00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 94 0 -
CMYK 0.93 0 1 0.63
HSL 115.53º 1% 0.18% -
HSV(B) 115.53º 1% 0.37% -
XYZ 4.09 8.05 1.34 -
YUV 57.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 7 94 0 0.93 0 1 0.63 115.53 1 0.18
Hex 7 5E 0 5D 0 64 3F 74 64 12
Octal 7 136 0 135 0 144 77 164 144 22
Binary 111 1011110 0 1011101 0 1100100 111111 1110100 1100100 10010

Color Harmonies of #075E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075E00

Black with #075E00

Text Example


Text Example

White with #075E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075E00; }

 p { color: rgb(7,94,0); }

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

background-color css

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

 a { background-color: rgb(7,94,0); }

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

border-color css

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

 span { border-color: rgb(7,94,0); }

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