Html Css Color HEX #07934B Pigment Green

📋 copy color: '#07934B'

red 7 ◦ green 147 ◦ blue 75

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

Shades of Pigment Green #07934B

Tints of Pigment Green #07934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.19%

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 3.06%
G = 64.19%
B = 32.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#07934B (or 0x07934B) is known color: Pigment Green. HEX triplet: 07, 93 and 4B. RGB value is (7,147,75). Sum of RGB (Red+Green+Blue) = 7+147+75=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #07934B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07934B is #F86CB4. Grayscale: #616161. Windows color (decimal): -16280757 or 4952839. OLE color: 4952839.

HSL color Cylindrical-coordinate representation of color #07934B: hue angle of 149.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07934B is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 147 75 -
CMYK 0.95 0 0.49 0.42
HSL 149.14º 0.91% 0.3% -
HSV(B) 149.14º 0.95% 0.58% -
XYZ 11.79 21.42 10.17 -
YUV 96.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 7 147 75 0.95 0 0.49 0.42 149.14 0.91 0.3
Hex 7 93 4B 5F 0 31 2A 95 5B 1E
Octal 7 223 113 137 0 61 52 225 133 36
Binary 111 10010011 1001011 1011111 0 110001 101010 10010101 1011011 11110

Color Harmonies of #07934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07934B

Black with #07934B

Text Example


Text Example

White with #07934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07934B; }

 p { color: rgb(7,147,75); }

 H1.HeaderClassName
 {
   color: #07934B;
 }
 .AnyTagClassName
 {
   color: #07934B;
 }
</style>

background-color css

<style>
 a { background-color: #07934B; }

 a { background-color: rgb(7,147,75); }

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

border-color css

<style>
 span { border-color: #07934B; }

 span { border-color: rgb(7,147,75); }

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