Html Css Color HEX #07BA5E Pigment Green

📋 copy color: '#07BA5E'

red 7 ◦ green 186 ◦ blue 94

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

Shades of Pigment Green #07BA5E

Tints of Pigment Green #07BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 2.44%
G = 64.81%
B = 32.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#07BA5E (or 0x07BA5E) is known color: Pigment Green. HEX triplet: 07, BA and 5E. RGB value is (7,186,94). Sum of RGB (Red+Green+Blue) = 7+186+94=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA5E is #F845A1. Grayscale: #7A7A7A. Windows color (decimal): -16270754 or 6208007. OLE color: 6208007.

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

Color convert

RGB 7 186 94 -
CMYK 0.96 0 0.49 0.27
HSL 149.16º 0.93% 0.38% -
HSV(B) 149.16º 0.96% 0.73% -
XYZ 19.67 35.97 16.5 -
YUV 121.99 112.2 45.98 -
System Red Green Blue C M Y K H S L
Decimal 7 186 94 0.96 0 0.49 0.27 149.16 0.93 0.38
Hex 7 BA 5E 60 0 31 1B 95 5D 26
Octal 7 272 136 140 0 61 33 225 135 46
Binary 111 10111010 1011110 1100000 0 110001 11011 10010101 1011101 100110

Color Harmonies of #07BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA5E

Black with #07BA5E

Text Example


Text Example

White with #07BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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