Html Css Color HEX #6A850E Olive Drab

📋 copy color: '#6A850E'

red 106 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #6A850E

Tints of Olive Drab #6A850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 41.9%
G = 52.57%
B = 5.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#6A850E (or 0x6A850E) is known color: Olive Drab. HEX triplet: 6A, 85 and 0E. RGB value is (106,133,14). Sum of RGB (Red+Green+Blue) = 106+133+14=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #6A850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A850E is #957AF1. Grayscale: #6F6F6F. Windows color (decimal): -9796338 or 951658. OLE color: 951658.

HSL color Cylindrical-coordinate representation of color #6A850E: hue angle of 73.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A850E is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 14 -
CMYK 0.20 0 0.89 0.48
HSL 73.61º 0.81% 0.29% -
HSV(B) 73.61º 0.89% 0.52% -
XYZ 14.41 19.87 3.49 -
YUV 111.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 106 133 14 0.20 0 0.89 0.48 73.61 0.81 0.29
Hex 6A 85 E 14 0 59 30 4A 51 1D
Octal 152 205 16 24 0 131 60 112 121 35
Binary 1101010 10000101 1110 10100 0 1011001 110000 1001010 1010001 11101

Color Harmonies of #6A850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A850E

Black with #6A850E

Text Example


Text Example

White with #6A850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,14); }

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

background-color css

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

 a { background-color: rgb(106,133,14); }

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

border-color css

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

 span { border-color: rgb(106,133,14); }

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