Html Css Color HEX #076300 Green

📋 copy color: '#076300'

red 7 ◦ green 99 ◦ blue 0

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

Shades of Green #076300

Tints of Green #076300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 93.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.6%
G = 93.4%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#076300 (or 0x076300) is known color: Green. HEX triplet: 07, 63 and 00. RGB value is (7,99,0). Sum of RGB (Red+Green+Blue) = 7+99+0=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 99 (39.06% from 255 or 93.40% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 99 - color contains mainly: green. Hex color #076300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076300 is #F89CFF. Grayscale: #3C3C3C. Windows color (decimal): -16293120 or 25351. OLE color: 25351.

HSL color Cylindrical-coordinate representation of color #076300: hue angle of 115.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 99 0 -
CMYK 0.93 0 1 0.61
HSL 115.76º 1% 0.19% -
HSV(B) 115.76º 1% 0.39% -
XYZ 4.55 8.97 1.49 -
YUV 60.21 94.02 90.05 -
System Red Green Blue C M Y K H S L
Decimal 7 99 0 0.93 0 1 0.61 115.76 1 0.19
Hex 7 63 0 5D 0 64 3D 74 64 13
Octal 7 143 0 135 0 144 75 164 144 23
Binary 111 1100011 0 1011101 0 1100100 111101 1110100 1100100 10011

Color Harmonies of #076300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076300

Black with #076300

Text Example


Text Example

White with #076300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076300; }

 p { color: rgb(7,99,0); }

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

background-color css

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

 a { background-color: rgb(7,99,0); }

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

border-color css

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

 span { border-color: rgb(7,99,0); }

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