Html Css Color HEX #6A8523 Olive Drab

📋 copy color: '#6A8523'

red 106 ◦ green 133 ◦ blue 35

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

Shades of Olive Drab #6A8523

Tints of Olive Drab #6A8523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 38.69%
G = 48.54%
B = 12.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#6A8523 (or 0x6A8523) is known color: Olive Drab. HEX triplet: 6A, 85 and 23. RGB value is (106,133,35). Sum of RGB (Red+Green+Blue) = 106+133+35=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8523 is #957ADC. Grayscale: #727272. Windows color (decimal): -9796317 or 2327914. OLE color: 2327914.

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

Color convert

RGB 106 133 35 -
CMYK 0.20 0 0.74 0.48
HSL 76.53º 0.58% 0.33% -
HSV(B) 76.53º 0.74% 0.52% -
XYZ 14.63 19.96 4.67 -
YUV 113.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 106 133 35 0.20 0 0.74 0.48 76.53 0.58 0.33
Hex 6A 85 23 14 0 4A 30 4D 3A 21
Octal 152 205 43 24 0 112 60 115 72 41
Binary 1101010 10000101 100011 10100 0 1001010 110000 1001101 111010 100001

Color Harmonies of #6A8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8523

Black with #6A8523

Text Example


Text Example

White with #6A8523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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