Html Css Color HEX #6A8225 Olive Drab

📋 copy color: '#6A8225'

red 106 ◦ green 130 ◦ blue 37

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

Shades of Olive Drab #6A8225

Tints of Olive Drab #6A8225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 38.83%
G = 47.62%
B = 13.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6A8225 (or 0x6A8225) is known color: Olive Drab. HEX triplet: 6A, 82 and 25. RGB value is (106,130,37). Sum of RGB (Red+Green+Blue) = 106+130+37=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8225 is #957DDA. Grayscale: #707070. Windows color (decimal): -9797083 or 2458218. OLE color: 2458218.

HSL color Cylindrical-coordinate representation of color #6A8225: hue angle of 75.48º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A8225 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 37 -
CMYK 0.18 0 0.72 0.49
HSL 75.48º 0.56% 0.33% -
HSV(B) 75.48º 0.72% 0.51% -
XYZ 14.26 19.16 4.7 -
YUV 112.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 106 130 37 0.18 0 0.72 0.49 75.48 0.56 0.33
Hex 6A 82 25 12 0 48 31 4B 38 21
Octal 152 202 45 22 0 110 61 113 70 41
Binary 1101010 10000010 100101 10010 0 1001000 110001 1001011 111000 100001

Color Harmonies of #6A8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8225

Black with #6A8225

Text Example


Text Example

White with #6A8225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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