Html Css Color HEX #07B150 Pigment Green

📋 copy color: '#07B150'

red 7 ◦ green 177 ◦ blue 80

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

Shades of Pigment Green #07B150

Tints of Pigment Green #07B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 67.05%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 2.65%
G = 67.05%
B = 30.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#07B150 (or 0x07B150) is known color: Pigment Green. HEX triplet: 07, B1 and 50. RGB value is (7,177,80). Sum of RGB (Red+Green+Blue) = 7+177+80=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #07B150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B150 is #F84EAF. Grayscale: #737373. Windows color (decimal): -16273072 or 5288199. OLE color: 5288199.

HSL color Cylindrical-coordinate representation of color #07B150: hue angle of 145.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B150 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 177 80 -
CMYK 0.96 0 0.55 0.31
HSL 145.76º 0.92% 0.36% -
HSV(B) 145.76º 0.96% 0.69% -
XYZ 17.26 32.07 12.87 -
YUV 115.11 108.18 50.89 -
System Red Green Blue C M Y K H S L
Decimal 7 177 80 0.96 0 0.55 0.31 145.76 0.92 0.36
Hex 7 B1 50 60 0 37 1F 92 5C 24
Octal 7 261 120 140 0 67 37 222 134 44
Binary 111 10110001 1010000 1100000 0 110111 11111 10010010 1011100 100100

Color Harmonies of #07B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B150

Black with #07B150

Text Example


Text Example

White with #07B150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,177,80); }

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

background-color css

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

 a { background-color: rgb(7,177,80); }

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

border-color css

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

 span { border-color: rgb(7,177,80); }

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