Html Css Color HEX #6A8928 Olive Drab

📋 copy color: '#6A8928'

red 106 ◦ green 137 ◦ blue 40

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

Shades of Olive Drab #6A8928

Tints of Olive Drab #6A8928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 37.46%
G = 48.41%
B = 14.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#6A8928 (or 0x6A8928) is known color: Olive Drab. HEX triplet: 6A, 89 and 28. RGB value is (106,137,40). Sum of RGB (Red+Green+Blue) = 106+137+40=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8928 is #9576D7. Grayscale: #757575. Windows color (decimal): -9795288 or 2656618. OLE color: 2656618.

HSL color Cylindrical-coordinate representation of color #6A8928: hue angle of 79.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A8928 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 40 -
CMYK 0.23 0 0.71 0.46
HSL 79.18º 0.55% 0.35% -
HSV(B) 79.18º 0.71% 0.54% -
XYZ 15.27 21.11 5.28 -
YUV 116.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 106 137 40 0.23 0 0.71 0.46 79.18 0.55 0.35
Hex 6A 89 28 17 0 47 2E 4F 37 23
Octal 152 211 50 27 0 107 56 117 67 43
Binary 1101010 10001001 101000 10111 0 1000111 101110 1001111 110111 100011

Color Harmonies of #6A8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8928

Black with #6A8928

Text Example


Text Example

White with #6A8928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,137,40); }

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

background-color css

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

 a { background-color: rgb(106,137,40); }

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

border-color css

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

 span { border-color: rgb(106,137,40); }

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