Html Css Color HEX #07BB5E Pigment Green

📋 copy color: '#07BB5E'

red 7 ◦ green 187 ◦ blue 94

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

Shades of Pigment Green #07BB5E

Tints of Pigment Green #07BB5E

RGB

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

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

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

R = 2.43%
G = 64.93%
B = 32.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#07BB5E (or 0x07BB5E) is known color: Pigment Green. HEX triplet: 07, BB and 5E. RGB value is (7,187,94). Sum of RGB (Red+Green+Blue) = 7+187+94=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB5E is #F844A1. Grayscale: #7A7A7A. Windows color (decimal): -16270498 or 6208263. OLE color: 6208263.

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

Color convert

RGB 7 187 94 -
CMYK 0.96 0 0.50 0.27
HSL 149º 0.93% 0.38% -
HSV(B) 149º 0.96% 0.73% -
XYZ 19.88 36.39 16.57 -
YUV 122.58 111.87 45.56 -
System Red Green Blue C M Y K H S L
Decimal 7 187 94 0.96 0 0.50 0.27 149 0.93 0.38
Hex 7 BB 5E 60 0 32 1B 95 5D 26
Octal 7 273 136 140 0 62 33 225 135 46
Binary 111 10111011 1011110 1100000 0 110010 11011 10010101 1011101 100110

Color Harmonies of #07BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB5E

Black with #07BB5E

Text Example


Text Example

White with #07BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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