Html Css Color HEX #07B922 Dark Pastel Green

📋 copy color: '#07B922'

red 7 ◦ green 185 ◦ blue 34

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

Shades of Dark Pastel Green #07B922

Tints of Dark Pastel Green #07B922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 81.86%

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

R = 3.1%
G = 81.86%
B = 15.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#07B922 (or 0x07B922) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 22. RGB value is (7,185,34). Sum of RGB (Red+Green+Blue) = 7+185+34=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 185 (72.66% from 255 or 81.86% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 185 - color contains mainly: green. Hex color #07B922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B922 is #F846DD. Grayscale: #727272. Windows color (decimal): -16271070 or 2275591. OLE color: 2275591.

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

Color convert

RGB 7 185 34 -
CMYK 0.96 0 0.82 0.27
HSL 129.1º 0.93% 0.38% -
HSV(B) 129.1º 0.96% 0.73% -
XYZ 17.73 34.86 7.31 -
YUV 114.56 82.53 51.28 -
System Red Green Blue C M Y K H S L
Decimal 7 185 34 0.96 0 0.82 0.27 129.1 0.93 0.38
Hex 7 B9 22 60 0 52 1B 81 5D 26
Octal 7 271 42 140 0 122 33 201 135 46
Binary 111 10111001 100010 1100000 0 1010010 11011 10000001 1011101 100110

Color Harmonies of #07B922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B922

Black with #07B922

Text Example


Text Example

White with #07B922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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