Html Css Color HEX #075A0A Green

📋 copy color: '#075A0A'

red 7 ◦ green 90 ◦ blue 10

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

Shades of Green #075A0A

Tints of Green #075A0A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 84.11%

 BLUE value IS 10 (4.3% from 255) = 9.35%

R = 6.54%
G = 84.11%
B = 9.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#075A0A (or 0x075A0A) is known color: Green. HEX triplet: 07, 5A and 0A. RGB value is (7,90,10). Sum of RGB (Red+Green+Blue) = 7+90+10=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #075A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075A0A is #F8A5F5. Grayscale: #383838. Windows color (decimal): -16295414 or 678407. OLE color: 678407.

HSL color Cylindrical-coordinate representation of color #075A0A: hue angle of 122.17º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A0A is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 90 10 -
CMYK 0.92 0 0.89 0.65
HSL 122.17º 0.86% 0.19% -
HSV(B) 122.17º 0.92% 0.35% -
XYZ 3.8 7.38 1.51 -
YUV 56.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 7 90 10 0.92 0 0.89 0.65 122.17 0.86 0.19
Hex 7 5A A 5C 0 59 41 7A 56 13
Octal 7 132 12 134 0 131 101 172 126 23
Binary 111 1011010 1010 1011100 0 1011001 1000001 1111010 1010110 10011

Color Harmonies of #075A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A0A

Black with #075A0A

Text Example


Text Example

White with #075A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,10); }

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

background-color css

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

 a { background-color: rgb(7,90,10); }

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

border-color css

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

 span { border-color: rgb(7,90,10); }

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