Html Css Color HEX #07610A Green

📋 copy color: '#07610A'

red 7 ◦ green 97 ◦ blue 10

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

Shades of Green #07610A

Tints of Green #07610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 85.09%

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

R = 6.14%
G = 85.09%
B = 8.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#07610A (or 0x07610A) is known color: Green. HEX triplet: 07, 61 and 0A. RGB value is (7,97,10). Sum of RGB (Red+Green+Blue) = 7+97+10=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 97 (38.28% from 255 or 85.09% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 97 - color contains mainly: green. Hex color #07610A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07610A is #F89EF5. Grayscale: #3C3C3C. Windows color (decimal): -16293622 or 680199. OLE color: 680199.

HSL color Cylindrical-coordinate representation of color #07610A: hue angle of 122º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07610A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 10 -
CMYK 0.93 0 0.90 0.62
HSL 122º 0.87% 0.2% -
HSV(B) 122º 0.93% 0.38% -
XYZ 4.42 8.62 1.72 -
YUV 60.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 7 97 10 0.93 0 0.90 0.62 122 0.87 0.2
Hex 7 61 A 5D 0 5A 3E 7A 57 14
Octal 7 141 12 135 0 132 76 172 127 24
Binary 111 1100001 1010 1011101 0 1011010 111110 1111010 1010111 10100

Color Harmonies of #07610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07610A

Black with #07610A

Text Example


Text Example

White with #07610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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