Html Css Color HEX #07BA52 Pigment Green

📋 copy color: '#07BA52'

red 7 ◦ green 186 ◦ blue 82

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

Shades of Pigment Green #07BA52

Tints of Pigment Green #07BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.64%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 2.55%
G = 67.64%
B = 29.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#07BA52 (or 0x07BA52) is known color: Pigment Green. HEX triplet: 07, BA and 52. RGB value is (7,186,82). Sum of RGB (Red+Green+Blue) = 7+186+82=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA52 is #F845AD. Grayscale: #787878. Windows color (decimal): -16270766 or 5421575. OLE color: 5421575.

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

Color convert

RGB 7 186 82 -
CMYK 0.96 0 0.56 0.27
HSL 145.14º 0.93% 0.38% -
HSV(B) 145.14º 0.96% 0.73% -
XYZ 19.17 35.77 13.88 -
YUV 120.62 106.2 46.96 -
System Red Green Blue C M Y K H S L
Decimal 7 186 82 0.96 0 0.56 0.27 145.14 0.93 0.38
Hex 7 BA 52 60 0 38 1B 91 5D 26
Octal 7 272 122 140 0 70 33 221 135 46
Binary 111 10111010 1010010 1100000 0 111000 11011 10010001 1011101 100110

Color Harmonies of #07BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA52

Black with #07BA52

Text Example


Text Example

White with #07BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,82); }

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

background-color css

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

 a { background-color: rgb(7,186,82); }

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

border-color css

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

 span { border-color: rgb(7,186,82); }

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