Html Css Color HEX #07100A Dark Green

📋 copy color: '#07100A'

red 7 ◦ green 16 ◦ blue 10

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

Shades of Dark Green #07100A

Tints of Dark Green #07100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 30.3%

R = 21.21%
G = 48.48%
B = 30.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.94

RGB Variations

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

Color information

#07100A (or 0x07100A) is known color: Dark Green. HEX triplet: 07, 10 and 0A. RGB value is (7,16,10). Sum of RGB (Red+Green+Blue) = 7+16+10=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #07100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100A is #F8EFF5. Grayscale: #0C0C0C. Windows color (decimal): -16314358 or 659463. OLE color: 659463.

HSL color Cylindrical-coordinate representation of color #07100A: hue angle of 140º 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 #07100A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 10 -
CMYK 0.56 0 0.37 0.94
HSL 140º 0.39% 0.05% -
HSV(B) 140º 0.56% 0.06% -
XYZ 0.33 0.44 0.35 -
YUV 12.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 7 16 10 0.56 0 0.37 0.94 140 0.39 0.05
Hex 7 10 A 38 0 25 5E 8C 27 5
Octal 7 20 12 70 0 45 136 214 47 5
Binary 111 10000 1010 111000 0 100101 1011110 10001100 100111 101

Color Harmonies of #07100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07100A

Black with #07100A

Text Example


Text Example

White with #07100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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