Html Css Color HEX #07140E Dark Green

📋 copy color: '#07140E'

red 7 ◦ green 20 ◦ blue 14

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

Shades of Dark Green #07140E

Tints of Dark Green #07140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 48.78%

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

R = 17.07%
G = 48.78%
B = 34.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#07140E (or 0x07140E) is known color: Dark Green. HEX triplet: 07, 14 and 0E. RGB value is (7,20,14). Sum of RGB (Red+Green+Blue) = 7+20+14=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #07140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140E is #F8EBF1. Grayscale: #0F0F0F. Windows color (decimal): -16313330 or 922631. OLE color: 922631.

HSL color Cylindrical-coordinate representation of color #07140E: hue angle of 152.31º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #07140E is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 14 -
CMYK 0.65 0 0.30 0.92
HSL 152.31º 0.48% 0.05% -
HSV(B) 152.31º 0.65% 0.08% -
XYZ 0.42 0.58 0.5 -
YUV 15.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 7 20 14 0.65 0 0.30 0.92 152.31 0.48 0.05
Hex 7 14 E 41 0 1E 5C 98 30 5
Octal 7 24 16 101 0 36 134 230 60 5
Binary 111 10100 1110 1000001 0 11110 1011100 10011000 110000 101

Color Harmonies of #07140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07140E

Black with #07140E

Text Example


Text Example

White with #07140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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