Html Css Color HEX #07BB49 Dark Pastel Green

📋 copy color: '#07BB49'

red 7 ◦ green 187 ◦ blue 73

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

Shades of Dark Pastel Green #07BB49

Tints of Dark Pastel Green #07BB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 70.04%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 2.62%
G = 70.04%
B = 27.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#07BB49 (or 0x07BB49) is known color: Dark Pastel Green. HEX triplet: 07, BB and 49. RGB value is (7,187,73). Sum of RGB (Red+Green+Blue) = 7+187+73=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB49 is #F844B6. Grayscale: #787878. Windows color (decimal): -16270519 or 4832007. OLE color: 4832007.

HSL color Cylindrical-coordinate representation of color #07BB49: hue angle of 142º 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 #07BB49 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 187 73 -
CMYK 0.96 0 0.61 0.27
HSL 142º 0.93% 0.38% -
HSV(B) 142º 0.96% 0.73% -
XYZ 19.06 36.07 12.26 -
YUV 120.18 101.37 47.27 -
System Red Green Blue C M Y K H S L
Decimal 7 187 73 0.96 0 0.61 0.27 142 0.93 0.38
Hex 7 BB 49 60 0 3D 1B 8E 5D 26
Octal 7 273 111 140 0 75 33 216 135 46
Binary 111 10111011 1001001 1100000 0 111101 11011 10001110 1011101 100110

Color Harmonies of #07BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB49

Black with #07BB49

Text Example


Text Example

White with #07BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,187,73); }

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

background-color css

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

 a { background-color: rgb(7,187,73); }

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

border-color css

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

 span { border-color: rgb(7,187,73); }

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