#072614

Color #072614 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #072614

Tints of Dark Green #072614

Color information

#072614 (or 0x072614) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 14. RGB value is (7,38,20). Sum of RGB (Red+Green+Blue) = 7+38+20=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #072614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072614 is #F8D9EB. Grayscale: #1A1A1A. Windows color (decimal): -16308716 or 1320455. OLE color: 1320455.

HSL color Cylindrical-coordinate representation of color #072614: hue angle of 145.16º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072614 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB73820-
CMYK0.8200.470.85
HSL145.16º68.89%8.82%-
HSV(B)145.16º81.58%14.9%-
XYZ0.911.480.9-
YUV26.68124.23113.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=10.77%
G=58.46%
B=30.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738200.8200.470.85145.1668.898.82
Hex726145202F5591459
Octal7462412205712522110511
Binary111100110101001010010010111110101011001000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072614; }

 p { color: rgb(7,38,20); }

 H1.HeaderClassName
 {
   color: #072614;
 }
 .AnyTagClassName
 {
   color: #072614;
 }
</style>
background-color css

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

 a { background-color: rgb(7,38,20); }

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

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

 span { border-color: rgb(7,38,20); }

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