Html Css Color HEX #07B053 Pigment Green

📋 copy color: '#07B053'

red 7 ◦ green 176 ◦ blue 83

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

Shades of Pigment Green #07B053

Tints of Pigment Green #07B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 66.17%

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 2.63%
G = 66.17%
B = 31.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#07B053 (or 0x07B053) is known color: Pigment Green. HEX triplet: 07, B0 and 53. RGB value is (7,176,83). Sum of RGB (Red+Green+Blue) = 7+176+83=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #07B053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B053 is #F84FAC. Grayscale: #737373. Windows color (decimal): -16273325 or 5484551. OLE color: 5484551.

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

Color convert

RGB 7 176 83 -
CMYK 0.96 0 0.53 0.31
HSL 146.98º 0.92% 0.36% -
HSV(B) 146.98º 0.96% 0.69% -
XYZ 17.17 31.72 13.4 -
YUV 114.87 110.01 51.06 -
System Red Green Blue C M Y K H S L
Decimal 7 176 83 0.96 0 0.53 0.31 146.98 0.92 0.36
Hex 7 B0 53 60 0 35 1F 93 5C 24
Octal 7 260 123 140 0 65 37 223 134 44
Binary 111 10110000 1010011 1100000 0 110101 11111 10010011 1011100 100100

Color Harmonies of #07B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B053

Black with #07B053

Text Example


Text Example

White with #07B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,176,83); }

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

background-color css

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

 a { background-color: rgb(7,176,83); }

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

border-color css

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

 span { border-color: rgb(7,176,83); }

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