Html Css Color HEX #07BA5B Pigment Green

📋 copy color: '#07BA5B'

red 7 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #07BA5B

Tints of Pigment Green #07BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 2.46%
G = 65.49%
B = 32.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#07BA5B (or 0x07BA5B) is known color: Pigment Green. HEX triplet: 07, BA and 5B. RGB value is (7,186,91). Sum of RGB (Red+Green+Blue) = 7+186+91=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA5B is #F845A4. Grayscale: #797979. Windows color (decimal): -16270757 or 6011399. OLE color: 6011399.

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

Color convert

RGB 7 186 91 -
CMYK 0.96 0 0.51 0.27
HSL 148.16º 0.93% 0.38% -
HSV(B) 148.16º 0.96% 0.73% -
XYZ 19.53 35.92 15.8 -
YUV 121.65 110.7 46.22 -
System Red Green Blue C M Y K H S L
Decimal 7 186 91 0.96 0 0.51 0.27 148.16 0.93 0.38
Hex 7 BA 5B 60 0 33 1B 94 5D 26
Octal 7 272 133 140 0 63 33 224 135 46
Binary 111 10111010 1011011 1100000 0 110011 11011 10010100 1011101 100110

Color Harmonies of #07BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA5B

Black with #07BA5B

Text Example


Text Example

White with #07BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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