Html Css Color HEX #6A8825 Olive Drab

📋 copy color: '#6A8825'

red 106 ◦ green 136 ◦ blue 37

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

Shades of Olive Drab #6A8825

Tints of Olive Drab #6A8825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.75%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 37.99%
G = 48.75%
B = 13.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#6A8825 (or 0x6A8825) is known color: Olive Drab. HEX triplet: 6A, 88 and 25. RGB value is (106,136,37). Sum of RGB (Red+Green+Blue) = 106+136+37=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8825 is #9577DA. Grayscale: #747474. Windows color (decimal): -9795547 or 2459754. OLE color: 2459754.

HSL color Cylindrical-coordinate representation of color #6A8825: hue angle of 78.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8825 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 37 -
CMYK 0.22 0 0.73 0.47
HSL 78.18º 0.57% 0.34% -
HSV(B) 78.18º 0.73% 0.53% -
XYZ 15.08 20.81 4.97 -
YUV 115.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 106 136 37 0.22 0 0.73 0.47 78.18 0.57 0.34
Hex 6A 88 25 16 0 49 2F 4E 39 22
Octal 152 210 45 26 0 111 57 116 71 42
Binary 1101010 10001000 100101 10110 0 1001001 101111 1001110 111001 100010

Color Harmonies of #6A8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8825

Black with #6A8825

Text Example


Text Example

White with #6A8825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,136,37); }

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

background-color css

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

 a { background-color: rgb(106,136,37); }

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

border-color css

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

 span { border-color: rgb(106,136,37); }

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