Html Css Color HEX #07963D Pigment Green

📋 copy color: '#07963D'

red 7 ◦ green 150 ◦ blue 61

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

Shades of Pigment Green #07963D

Tints of Pigment Green #07963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 68.81%

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 3.21%
G = 68.81%
B = 27.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#07963D (or 0x07963D) is known color: Pigment Green. HEX triplet: 07, 96 and 3D. RGB value is (7,150,61). Sum of RGB (Red+Green+Blue) = 7+150+61=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #07963D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07963D is #F869C2. Grayscale: #616161. Windows color (decimal): -16280003 or 4036103. OLE color: 4036103.

HSL color Cylindrical-coordinate representation of color #07963D: hue angle of 142.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07963D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 150 61 -
CMYK 0.95 0 0.59 0.41
HSL 142.66º 0.91% 0.31% -
HSV(B) 142.66º 0.95% 0.59% -
XYZ 11.84 22.19 8.08 -
YUV 97.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 7 150 61 0.95 0 0.59 0.41 142.66 0.91 0.31
Hex 7 96 3D 5F 0 3B 29 8F 5B 1F
Octal 7 226 75 137 0 73 51 217 133 37
Binary 111 10010110 111101 1011111 0 111011 101001 10001111 1011011 11111

Color Harmonies of #07963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07963D

Black with #07963D

Text Example


Text Example

White with #07963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07963D; }

 p { color: rgb(7,150,61); }

 H1.HeaderClassName
 {
   color: #07963D;
 }
 .AnyTagClassName
 {
   color: #07963D;
 }
</style>

background-color css

<style>
 a { background-color: #07963D; }

 a { background-color: rgb(7,150,61); }

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

border-color css

<style>
 span { border-color: #07963D; }

 span { border-color: rgb(7,150,61); }

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