Html Css Color HEX #6A8E1F Olive Drab

📋 copy color: '#6A8E1F'

red 106 ◦ green 142 ◦ blue 31

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

Shades of Olive Drab #6A8E1F

Tints of Olive Drab #6A8E1F

RGB

 RED value IS 106 (41.8% from 255) = 37.99%

 GREEN value IS 142 (55.86% from 255) = 50.9%

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

R = 37.99%
G = 50.9%
B = 11.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#6A8E1F (or 0x6A8E1F) is known color: Olive Drab. HEX triplet: 6A, 8E and 1F. RGB value is (106,142,31). Sum of RGB (Red+Green+Blue) = 106+142+31=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E1F is #9571E0. Grayscale: #767676. Windows color (decimal): -9794017 or 2068074. OLE color: 2068074.

HSL color Cylindrical-coordinate representation of color #6A8E1F: hue angle of 79.46º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A8E1F is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 142 31 -
CMYK 0.25 0 0.78 0.44
HSL 79.46º 0.64% 0.34% -
HSV(B) 79.46º 0.78% 0.56% -
XYZ 15.86 22.51 4.8 -
YUV 118.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 106 142 31 0.25 0 0.78 0.44 79.46 0.64 0.34
Hex 6A 8E 1F 19 0 4E 2C 4F 40 22
Octal 152 216 37 31 0 116 54 117 100 42
Binary 1101010 10001110 11111 11001 0 1001110 101100 1001111 1000000 100010

Color Harmonies of #6A8E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8E1F

Black with #6A8E1F

Text Example


Text Example

White with #6A8E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8E1F; }

 p { color: rgb(106,142,31); }

 H1.HeaderClassName
 {
   color: #6A8E1F;
 }
 .AnyTagClassName
 {
   color: #6A8E1F;
 }
</style>

background-color css

<style>
 a { background-color: #6A8E1F; }

 a { background-color: rgb(106,142,31); }

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

border-color css

<style>
 span { border-color: #6A8E1F; }

 span { border-color: rgb(106,142,31); }

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