Html Css Color HEX #07180C Dark Green

📋 copy color: '#07180C'

red 7 ◦ green 24 ◦ blue 12

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

Shades of Dark Green #07180C

Tints of Dark Green #07180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 55.81%

 BLUE value IS 12 (5.08% from 255) = 27.91%

R = 16.28%
G = 55.81%
B = 27.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#07180C (or 0x07180C) is known color: Dark Green. HEX triplet: 07, 18 and 0C. RGB value is (7,24,12). Sum of RGB (Red+Green+Blue) = 7+24+12=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #07180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07180C is #F8E7F3. Grayscale: #111111. Windows color (decimal): -16312308 or 792583. OLE color: 792583.

HSL color Cylindrical-coordinate representation of color #07180C: hue angle of 137.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #07180C is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 24 12 -
CMYK 0.71 0 0.50 0.91
HSL 137.65º 0.55% 0.06% -
HSV(B) 137.65º 0.71% 0.09% -
XYZ 0.48 0.72 0.46 -
YUV 17.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 7 24 12 0.71 0 0.50 0.91 137.65 0.55 0.06
Hex 7 18 C 47 0 32 5B 8A 37 6
Octal 7 30 14 107 0 62 133 212 67 6
Binary 111 11000 1100 1000111 0 110010 1011011 10001010 110111 110

Color Harmonies of #07180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07180C

Black with #07180C

Text Example


Text Example

White with #07180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07180C; }

 p { color: rgb(7,24,12); }

 H1.HeaderClassName
 {
   color: #07180C;
 }
 .AnyTagClassName
 {
   color: #07180C;
 }
</style>

background-color css

<style>
 a { background-color: #07180C; }

 a { background-color: rgb(7,24,12); }

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

border-color css

<style>
 span { border-color: #07180C; }

 span { border-color: rgb(7,24,12); }

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