Html Css Color HEX #6A8628 Olive Drab

📋 copy color: '#6A8628'

red 106 ◦ green 134 ◦ blue 40

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

Shades of Olive Drab #6A8628

Tints of Olive Drab #6A8628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 37.86%
G = 47.86%
B = 14.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#6A8628 (or 0x6A8628) is known color: Olive Drab. HEX triplet: 6A, 86 and 28. RGB value is (106,134,40). Sum of RGB (Red+Green+Blue) = 106+134+40=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8628 is #9579D7. Grayscale: #737373. Windows color (decimal): -9796056 or 2655850. OLE color: 2655850.

HSL color Cylindrical-coordinate representation of color #6A8628: hue angle of 77.87º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A8628 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 40 -
CMYK 0.21 0 0.70 0.47
HSL 77.87º 0.54% 0.34% -
HSV(B) 77.87º 0.7% 0.53% -
XYZ 14.85 20.27 5.14 -
YUV 114.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 106 134 40 0.21 0 0.70 0.47 77.87 0.54 0.34
Hex 6A 86 28 15 0 46 2F 4E 36 22
Octal 152 206 50 25 0 106 57 116 66 42
Binary 1101010 10000110 101000 10101 0 1000110 101111 1001110 110110 100010

Color Harmonies of #6A8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8628

Black with #6A8628

Text Example


Text Example

White with #6A8628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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