Html Css Color HEX #07B521 Dark Pastel Green

📋 copy color: '#07B521'

red 7 ◦ green 181 ◦ blue 33

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

Shades of Dark Pastel Green #07B521

Tints of Dark Pastel Green #07B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 81.9%

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 3.17%
G = 81.9%
B = 14.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#07B521 (or 0x07B521) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 21. RGB value is (7,181,33). Sum of RGB (Red+Green+Blue) = 7+181+33=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 181 (71.09% from 255 or 81.90% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 181 - color contains mainly: green. Hex color #07B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B521 is #F84ADE. Grayscale: #707070. Windows color (decimal): -16272095 or 2209031. OLE color: 2209031.

HSL color Cylindrical-coordinate representation of color #07B521: hue angle of 128.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B521 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 181 33 -
CMYK 0.96 0 0.82 0.29
HSL 128.97º 0.93% 0.37% -
HSV(B) 128.97º 0.96% 0.71% -
XYZ 16.89 33.2 6.96 -
YUV 112.1 83.35 53.03 -
System Red Green Blue C M Y K H S L
Decimal 7 181 33 0.96 0 0.82 0.29 128.97 0.93 0.37
Hex 7 B5 21 60 0 52 1D 81 5D 25
Octal 7 265 41 140 0 122 35 201 135 45
Binary 111 10110101 100001 1100000 0 1010010 11101 10000001 1011101 100101

Color Harmonies of #07B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B521

Black with #07B521

Text Example


Text Example

White with #07B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07B521; }

 p { color: rgb(7,181,33); }

 H1.HeaderClassName
 {
   color: #07B521;
 }
 .AnyTagClassName
 {
   color: #07B521;
 }
</style>

background-color css

<style>
 a { background-color: #07B521; }

 a { background-color: rgb(7,181,33); }

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

border-color css

<style>
 span { border-color: #07B521; }

 span { border-color: rgb(7,181,33); }

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