Html Css Color HEX #6A8114 Olive Drab

📋 copy color: '#6A8114'

red 106 ◦ green 129 ◦ blue 20

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

Shades of Olive Drab #6A8114

Tints of Olive Drab #6A8114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 41.57%
G = 50.59%
B = 7.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#6A8114 (or 0x6A8114) is known color: Olive Drab. HEX triplet: 6A, 81 and 14. RGB value is (106,129,20). Sum of RGB (Red+Green+Blue) = 106+129+20=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8114 is #957EEB. Grayscale: #6E6E6E. Windows color (decimal): -9797356 or 1343850. OLE color: 1343850.

HSL color Cylindrical-coordinate representation of color #6A8114: hue angle of 72.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A8114 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 129 20 -
CMYK 0.18 0 0.84 0.49
HSL 72.66º 0.73% 0.29% -
HSV(B) 72.66º 0.84% 0.51% -
XYZ 13.92 18.82 3.56 -
YUV 109.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 106 129 20 0.18 0 0.84 0.49 72.66 0.73 0.29
Hex 6A 81 14 12 0 54 31 49 49 1D
Octal 152 201 24 22 0 124 61 111 111 35
Binary 1101010 10000001 10100 10010 0 1010100 110001 1001001 1001001 11101

Color Harmonies of #6A8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8114

Black with #6A8114

Text Example


Text Example

White with #6A8114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,129,20); }

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

background-color css

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

 a { background-color: rgb(106,129,20); }

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

border-color css

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

 span { border-color: rgb(106,129,20); }

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