Html Css Color HEX #07B322 Dark Pastel Green

📋 copy color: '#07B322'

red 7 ◦ green 179 ◦ blue 34

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

Shades of Dark Pastel Green #07B322

Tints of Dark Pastel Green #07B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 81.36%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 3.18%
G = 81.36%
B = 15.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#07B322 (or 0x07B322) is known color: Dark Pastel Green. HEX triplet: 07, B3 and 22. RGB value is (7,179,34). Sum of RGB (Red+Green+Blue) = 7+179+34=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #07B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B322 is #F84CDD. Grayscale: #6F6F6F. Windows color (decimal): -16272606 or 2274055. OLE color: 2274055.

HSL color Cylindrical-coordinate representation of color #07B322: hue angle of 129.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B322 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 179 34 -
CMYK 0.96 0 0.81 0.30
HSL 129.42º 0.92% 0.36% -
HSV(B) 129.42º 0.96% 0.7% -
XYZ 16.5 32.4 6.9 -
YUV 111.04 84.52 53.79 -
System Red Green Blue C M Y K H S L
Decimal 7 179 34 0.96 0 0.81 0.30 129.42 0.92 0.36
Hex 7 B3 22 60 0 51 1E 81 5C 24
Octal 7 263 42 140 0 121 36 201 134 44
Binary 111 10110011 100010 1100000 0 1010001 11110 10000001 1011100 100100

Color Harmonies of #07B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B322

Black with #07B322

Text Example


Text Example

White with #07B322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,179,34); }

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

background-color css

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

 a { background-color: rgb(7,179,34); }

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

border-color css

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

 span { border-color: rgb(7,179,34); }

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