Html Css Color HEX #07BC5C Pigment Green

📋 copy color: '#07BC5C'

red 7 ◦ green 188 ◦ blue 92

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

Shades of Pigment Green #07BC5C

Tints of Pigment Green #07BC5C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.51%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 2.44%
G = 65.51%
B = 32.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#07BC5C (or 0x07BC5C) is known color: Pigment Green. HEX triplet: 07, BC and 5C. RGB value is (7,188,92). Sum of RGB (Red+Green+Blue) = 7+188+92=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC5C is #F843A3. Grayscale: #7B7B7B. Windows color (decimal): -16270244 or 6077447. OLE color: 6077447.

HSL color Cylindrical-coordinate representation of color #07BC5C: hue angle of 148.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC5C is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 188 92 -
CMYK 0.96 0 0.51 0.26
HSL 148.18º 0.93% 0.38% -
HSV(B) 148.18º 0.96% 0.74% -
XYZ 20 36.78 16.17 -
YUV 122.94 110.53 45.31 -
System Red Green Blue C M Y K H S L
Decimal 7 188 92 0.96 0 0.51 0.26 148.18 0.93 0.38
Hex 7 BC 5C 60 0 33 1A 94 5D 26
Octal 7 274 134 140 0 63 32 224 135 46
Binary 111 10111100 1011100 1100000 0 110011 11010 10010100 1011101 100110

Color Harmonies of #07BC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BC5C

Black with #07BC5C

Text Example


Text Example

White with #07BC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,92); }

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

background-color css

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

 a { background-color: rgb(7,188,92); }

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

border-color css

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

 span { border-color: rgb(7,188,92); }

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