Html Css Color HEX #068D1F Forest Green

📋 copy color: '#068D1F'

red 6 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #068D1F

Tints of Forest Green #068D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 79.21%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 3.37%
G = 79.21%
B = 17.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#068D1F (or 0x068D1F) is known color: Forest Green. HEX triplet: 06, 8D and 1F. RGB value is (6,141,31). Sum of RGB (Red+Green+Blue) = 6+141+31=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #068D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D1F is #F972E0. Grayscale: #585858. Windows color (decimal): -16347873 or 2067718. OLE color: 2067718.

HSL color Cylindrical-coordinate representation of color #068D1F: hue angle of 131.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D1F is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 141 31 -
CMYK 0.96 0 0.78 0.45
HSL 131.11º 0.92% 0.29% -
HSV(B) 131.11º 0.96% 0.55% -
XYZ 9.85 19.19 4.48 -
YUV 88.1 95.77 69.44 -
System Red Green Blue C M Y K H S L
Decimal 6 141 31 0.96 0 0.78 0.45 131.11 0.92 0.29
Hex 6 8D 1F 60 0 4E 2D 83 5C 1D
Octal 6 215 37 140 0 116 55 203 134 35
Binary 110 10001101 11111 1100000 0 1001110 101101 10000011 1011100 11101

Color Harmonies of #068D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D1F

Black with #068D1F

Text Example


Text Example

White with #068D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068D1F; }

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

 H1.HeaderClassName
 {
   color: #068D1F;
 }
 .AnyTagClassName
 {
   color: #068D1F;
 }
</style>

background-color css

<style>
 a { background-color: #068D1F; }

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

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

border-color css

<style>
 span { border-color: #068D1F; }

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

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