Html Css Color HEX #6A8510 Olive Drab

📋 copy color: '#6A8510'

red 106 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #6A8510

Tints of Olive Drab #6A8510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 41.57%
G = 52.16%
B = 6.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#6A8510 (or 0x6A8510) is known color: Olive Drab. HEX triplet: 6A, 85 and 10. RGB value is (106,133,16). Sum of RGB (Red+Green+Blue) = 106+133+16=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8510 is #957AEF. Grayscale: #707070. Windows color (decimal): -9796336 or 1082730. OLE color: 1082730.

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

Color convert

RGB 106 133 16 -
CMYK 0.20 0 0.88 0.48
HSL 73.85º 0.79% 0.29% -
HSV(B) 73.85º 0.88% 0.52% -
XYZ 14.42 19.88 3.57 -
YUV 111.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 106 133 16 0.20 0 0.88 0.48 73.85 0.79 0.29
Hex 6A 85 10 14 0 58 30 4A 4F 1D
Octal 152 205 20 24 0 130 60 112 117 35
Binary 1101010 10000101 10000 10100 0 1011000 110000 1001010 1001111 11101

Color Harmonies of #6A8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8510

Black with #6A8510

Text Example


Text Example

White with #6A8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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