Html Css Color HEX #076003 Green

📋 copy color: '#076003'

red 7 ◦ green 96 ◦ blue 3

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

Shades of Green #076003

Tints of Green #076003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 90.57%

 BLUE value IS 3 (1.56% from 255) = 2.83%

R = 6.6%
G = 90.57%
B = 2.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#076003 (or 0x076003) is known color: Green. HEX triplet: 07, 60 and 03. RGB value is (7,96,3). Sum of RGB (Red+Green+Blue) = 7+96+3=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 96 (37.89% from 255 or 90.57% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 96 - color contains mainly: green. Hex color #076003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076003 is #F89FFC. Grayscale: #3B3B3B. Windows color (decimal): -16293885 or 221191. OLE color: 221191.

HSL color Cylindrical-coordinate representation of color #076003: hue angle of 117.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076003 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 3 -
CMYK 0.93 0 0.97 0.62
HSL 117.42º 0.94% 0.19% -
HSV(B) 117.42º 0.97% 0.38% -
XYZ 4.29 8.42 1.48 -
YUV 58.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 7 96 3 0.93 0 0.97 0.62 117.42 0.94 0.19
Hex 7 60 3 5D 0 61 3E 75 5E 13
Octal 7 140 3 135 0 141 76 165 136 23
Binary 111 1100000 11 1011101 0 1100001 111110 1110101 1011110 10011

Color Harmonies of #076003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076003

Black with #076003

Text Example


Text Example

White with #076003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076003; }

 p { color: rgb(7,96,3); }

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

background-color css

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

 a { background-color: rgb(7,96,3); }

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

border-color css

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

 span { border-color: rgb(7,96,3); }

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