Html Css Color HEX #07160E Dark Green

📋 copy color: '#07160E'

red 7 ◦ green 22 ◦ blue 14

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

Shades of Dark Green #07160E

Tints of Dark Green #07160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 51.16%

 BLUE value IS 14 (5.86% from 255) = 32.56%

R = 16.28%
G = 51.16%
B = 32.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.91

RGB Variations

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

Color information

#07160E (or 0x07160E) is known color: Dark Green. HEX triplet: 07, 16 and 0E. RGB value is (7,22,14). Sum of RGB (Red+Green+Blue) = 7+22+14=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #07160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160E is #F8E9F1. Grayscale: #101010. Windows color (decimal): -16312818 or 923143. OLE color: 923143.

HSL color Cylindrical-coordinate representation of color #07160E: hue angle of 148º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #07160E is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 22 14 -
CMYK 0.68 0 0.36 0.91
HSL 148º 0.52% 0.06% -
HSV(B) 148º 0.68% 0.09% -
XYZ 0.45 0.65 0.52 -
YUV 16.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 7 22 14 0.68 0 0.36 0.91 148 0.52 0.06
Hex 7 16 E 44 0 24 5B 94 34 6
Octal 7 26 16 104 0 44 133 224 64 6
Binary 111 10110 1110 1000100 0 100100 1011011 10010100 110100 110

Color Harmonies of #07160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07160E

Black with #07160E

Text Example


Text Example

White with #07160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07160E; }

 p { color: rgb(7,22,14); }

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

background-color css

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

 a { background-color: rgb(7,22,14); }

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

border-color css

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

 span { border-color: rgb(7,22,14); }

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