Html Css Color HEX #6A8030 Olive Drab

📋 copy color: '#6A8030'

red 106 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #6A8030

Tints of Olive Drab #6A8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 37.59%
G = 45.39%
B = 17.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#6A8030 (or 0x6A8030) is known color: Olive Drab. HEX triplet: 6A, 80 and 30. RGB value is (106,128,48). Sum of RGB (Red+Green+Blue) = 106+128+48=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8030 is #957FCF. Grayscale: #707070. Windows color (decimal): -9797584 or 3178602. OLE color: 3178602.

HSL color Cylindrical-coordinate representation of color #6A8030: hue angle of 76.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A8030 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 128 48 -
CMYK 0.17 0 0.62 0.50
HSL 76.5º 0.45% 0.35% -
HSV(B) 76.5º 0.63% 0.5% -
XYZ 14.2 18.72 5.66 -
YUV 112.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 106 128 48 0.17 0 0.62 0.50 76.5 0.45 0.35
Hex 6A 80 30 11 0 3E 32 4C 2D 23
Octal 152 200 60 21 0 76 62 114 55 43
Binary 1101010 10000000 110000 10001 0 111110 110010 1001100 101101 100011

Color Harmonies of #6A8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8030

Black with #6A8030

Text Example


Text Example

White with #6A8030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,128,48); }

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

background-color css

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

 a { background-color: rgb(106,128,48); }

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

border-color css

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

 span { border-color: rgb(106,128,48); }

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