Html Css Color HEX #07100B Dark Green

📋 copy color: '#07100B'

red 7 ◦ green 16 ◦ blue 11

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

Shades of Dark Green #07100B

Tints of Dark Green #07100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 32.35%

R = 20.59%
G = 47.06%
B = 32.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#07100B (or 0x07100B) is known color: Dark Green. HEX triplet: 07, 10 and 0B. RGB value is (7,16,11). Sum of RGB (Red+Green+Blue) = 7+16+11=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #07100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100B is #F8EFF4. Grayscale: #0C0C0C. Windows color (decimal): -16314357 or 724999. OLE color: 724999.

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

Color convert

RGB 7 16 11 -
CMYK 0.56 0 0.31 0.94
HSL 146.67º 0.39% 0.05% -
HSV(B) 146.67º 0.56% 0.06% -
XYZ 0.33 0.44 0.38 -
YUV 12.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 7 16 11 0.56 0 0.31 0.94 146.67 0.39 0.05
Hex 7 10 B 38 0 1F 5E 93 27 5
Octal 7 20 13 70 0 37 136 223 47 5
Binary 111 10000 1011 111000 0 11111 1011110 10010011 100111 101

Color Harmonies of #07100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07100B

Black with #07100B

Text Example


Text Example

White with #07100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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