Html Css Color HEX #07820D Green

📋 copy color: '#07820D'

red 7 ◦ green 130 ◦ blue 13

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

Shades of Green #07820D

Tints of Green #07820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 86.67%

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 4.67%
G = 86.67%
B = 8.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#07820D (or 0x07820D) is known color: Green. HEX triplet: 07, 82 and 0D. RGB value is (7,130,13). Sum of RGB (Red+Green+Blue) = 7+130+13=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #07820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07820D is #F87DF2. Grayscale: #505050. Windows color (decimal): -16285171 or 885255. OLE color: 885255.

HSL color Cylindrical-coordinate representation of color #07820D: hue angle of 122.93º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07820D is Cyan = 0.95, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 13 -
CMYK 0.95 0 0.9 0.49
HSL 122.93º 0.9% 0.27% -
HSV(B) 122.93º 0.95% 0.51% -
XYZ 8.14 16.04 3.05 -
YUV 79.89 90.25 76.01 -
System Red Green Blue C M Y K H S L
Decimal 7 130 13 0.95 0 0.9 0.49 122.93 0.9 0.27
Hex 7 82 D 5F 0 5A 31 7B 5A 1B
Octal 7 202 15 137 0 132 61 173 132 33
Binary 111 10000010 1101 1011111 0 1011010 110001 1111011 1011010 11011

Color Harmonies of #07820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07820D

Black with #07820D

Text Example


Text Example

White with #07820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07820D; }

 p { color: rgb(7,130,13); }

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

background-color css

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

 a { background-color: rgb(7,130,13); }

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

border-color css

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

 span { border-color: rgb(7,130,13); }

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