Html Css Color HEX #07B258 Pigment Green

📋 copy color: '#07B258'

red 7 ◦ green 178 ◦ blue 88

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

Shades of Pigment Green #07B258

Tints of Pigment Green #07B258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.2%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 2.56%
G = 65.2%
B = 32.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#07B258 (or 0x07B258) is known color: Pigment Green. HEX triplet: 07, B2 and 58. RGB value is (7,178,88). Sum of RGB (Red+Green+Blue) = 7+178+88=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #07B258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B258 is #F84DA7. Grayscale: #747474. Windows color (decimal): -16272808 or 5812743. OLE color: 5812743.

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

Color convert

RGB 7 178 88 -
CMYK 0.96 0 0.51 0.30
HSL 148.42º 0.92% 0.36% -
HSV(B) 148.42º 0.96% 0.7% -
XYZ 17.77 32.59 14.59 -
YUV 116.61 111.85 49.82 -
System Red Green Blue C M Y K H S L
Decimal 7 178 88 0.96 0 0.51 0.30 148.42 0.92 0.36
Hex 7 B2 58 60 0 33 1E 94 5C 24
Octal 7 262 130 140 0 63 36 224 134 44
Binary 111 10110010 1011000 1100000 0 110011 11110 10010100 1011100 100100

Color Harmonies of #07B258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B258

Black with #07B258

Text Example


Text Example

White with #07B258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,178,88); }

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

background-color css

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

 a { background-color: rgb(7,178,88); }

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

border-color css

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

 span { border-color: rgb(7,178,88); }

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