Html Css Color HEX #07BA58 Pigment Green

📋 copy color: '#07BA58'

red 7 ◦ green 186 ◦ blue 88

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

Shades of Pigment Green #07BA58

Tints of Pigment Green #07BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 2.49%
G = 66.19%
B = 31.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#07BA58 (or 0x07BA58) is known color: Pigment Green. HEX triplet: 07, BA and 58. RGB value is (7,186,88). Sum of RGB (Red+Green+Blue) = 7+186+88=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA58 is #F845A7. Grayscale: #797979. Windows color (decimal): -16270760 or 5814791. OLE color: 5814791.

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

Color convert

RGB 7 186 88 -
CMYK 0.96 0 0.53 0.27
HSL 147.15º 0.93% 0.38% -
HSV(B) 147.15º 0.96% 0.73% -
XYZ 19.41 35.87 15.13 -
YUV 121.31 109.2 46.47 -
System Red Green Blue C M Y K H S L
Decimal 7 186 88 0.96 0 0.53 0.27 147.15 0.93 0.38
Hex 7 BA 58 60 0 35 1B 93 5D 26
Octal 7 272 130 140 0 65 33 223 135 46
Binary 111 10111010 1011000 1100000 0 110101 11011 10010011 1011101 100110

Color Harmonies of #07BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA58

Black with #07BA58

Text Example


Text Example

White with #07BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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