Html Css Color HEX #07821C Green

📋 copy color: '#07821C'

red 7 ◦ green 130 ◦ blue 28

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

Shades of Green #07821C

Tints of Green #07821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 4.24%
G = 78.79%
B = 16.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#07821C (or 0x07821C) is known color: Green. HEX triplet: 07, 82 and 1C. RGB value is (7,130,28). Sum of RGB (Red+Green+Blue) = 7+130+28=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #07821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07821C is #F87DE3. Grayscale: #515151. Windows color (decimal): -16285156 or 1868295. OLE color: 1868295.

HSL color Cylindrical-coordinate representation of color #07821C: hue angle of 130.24º 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 #07821C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 28 -
CMYK 0.95 0 0.78 0.49
HSL 130.24º 0.9% 0.27% -
HSV(B) 130.24º 0.95% 0.51% -
XYZ 8.28 16.09 3.77 -
YUV 81.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 7 130 28 0.95 0 0.78 0.49 130.24 0.9 0.27
Hex 7 82 1C 5F 0 4E 31 82 5A 1B
Octal 7 202 34 137 0 116 61 202 132 33
Binary 111 10000010 11100 1011111 0 1001110 110001 10000010 1011010 11011

Color Harmonies of #07821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07821C

Black with #07821C

Text Example


Text Example

White with #07821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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