Html Css Color HEX #6A862D Olive Drab

📋 copy color: '#6A862D'

red 106 ◦ green 134 ◦ blue 45

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

Shades of Olive Drab #6A862D

Tints of Olive Drab #6A862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 37.19%
G = 47.02%
B = 15.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#6A862D (or 0x6A862D) is known color: Olive Drab. HEX triplet: 6A, 86 and 2D. RGB value is (106,134,45). Sum of RGB (Red+Green+Blue) = 106+134+45=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #6A862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A862D is #9579D2. Grayscale: #737373. Windows color (decimal): -9796051 or 2983530. OLE color: 2983530.

HSL color Cylindrical-coordinate representation of color #6A862D: hue angle of 78.88º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A862D is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 45 -
CMYK 0.21 0 0.66 0.47
HSL 78.88º 0.5% 0.35% -
HSV(B) 78.88º 0.66% 0.53% -
XYZ 14.94 20.3 5.61 -
YUV 115.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 106 134 45 0.21 0 0.66 0.47 78.88 0.5 0.35
Hex 6A 86 2D 15 0 42 2F 4F 32 23
Octal 152 206 55 25 0 102 57 117 62 43
Binary 1101010 10000110 101101 10101 0 1000010 101111 1001111 110010 100011

Color Harmonies of #6A862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A862D

Black with #6A862D

Text Example


Text Example

White with #6A862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,45); }

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

background-color css

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

 a { background-color: rgb(106,134,45); }

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

border-color css

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

 span { border-color: rgb(106,134,45); }

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