Html Css Color HEX #07100D Dark Green

📋 copy color: '#07100D'

red 7 ◦ green 16 ◦ blue 13

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

Shades of Dark Green #07100D

Tints of Dark Green #07100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 44.44%

 BLUE value IS 13 (5.47% from 255) = 36.11%

R = 19.44%
G = 44.44%
B = 36.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#07100D (or 0x07100D) is known color: Dark Green. HEX triplet: 07, 10 and 0D. RGB value is (7,16,13). Sum of RGB (Red+Green+Blue) = 7+16+13=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #07100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100D is #F8EFF2. Grayscale: #0C0C0C. Windows color (decimal): -16314355 or 856071. OLE color: 856071.

HSL color Cylindrical-coordinate representation of color #07100D: hue angle of 160º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #07100D is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 13 -
CMYK 0.56 0 0.19 0.94
HSL 160º 0.39% 0.05% -
HSV(B) 160º 0.56% 0.06% -
XYZ 0.35 0.44 0.45 -
YUV 12.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 7 16 13 0.56 0 0.19 0.94 160 0.39 0.05
Hex 7 10 D 38 0 13 5E A0 27 5
Octal 7 20 15 70 0 23 136 240 47 5
Binary 111 10000 1101 111000 0 10011 1011110 10100000 100111 101

Color Harmonies of #07100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07100D

Black with #07100D

Text Example


Text Example

White with #07100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07100D; }

 p { color: rgb(7,16,13); }

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

background-color css

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

 a { background-color: rgb(7,16,13); }

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

border-color css

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

 span { border-color: rgb(7,16,13); }

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