Html Css Color HEX #061F10 Dark Green

📋 copy color: '#061F10'

red 6 ◦ green 31 ◦ blue 16

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

Shades of Dark Green #061F10

Tints of Dark Green #061F10

RGB

 RED value IS 6 (2.73% from 255) = 11.32%

 GREEN value IS 31 (12.5% from 255) = 58.49%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 11.32%
G = 58.49%
B = 30.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#061F10 (or 0x061F10) is known color: Dark Green. HEX triplet: 06, 1F and 10. RGB value is (6,31,16). Sum of RGB (Red+Green+Blue) = 6+31+16=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #061F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F10 is #F9E0EF. Grayscale: #151515. Windows color (decimal): -16376048 or 1056518. OLE color: 1056518.

HSL color Cylindrical-coordinate representation of color #061F10: hue angle of 144º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F10 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 31 16 -
CMYK 0.81 0 0.48 0.88
HSL 144º 0.68% 0.07% -
HSV(B) 144º 0.81% 0.12% -
XYZ 0.66 1.06 0.66 -
YUV 21.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 6 31 16 0.81 0 0.48 0.88 144 0.68 0.07
Hex 6 1F 10 51 0 30 58 90 44 7
Octal 6 37 20 121 0 60 130 220 104 7
Binary 110 11111 10000 1010001 0 110000 1011000 10010000 1000100 111

Color Harmonies of #061F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F10

Black with #061F10

Text Example


Text Example

White with #061F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061F10; }

 p { color: rgb(6,31,16); }

 H1.HeaderClassName
 {
   color: #061F10;
 }
 .AnyTagClassName
 {
   color: #061F10;
 }
</style>

background-color css

<style>
 a { background-color: #061F10; }

 a { background-color: rgb(6,31,16); }

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

border-color css

<style>
 span { border-color: #061F10; }

 span { border-color: rgb(6,31,16); }

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