Html Css Color HEX #6C823A Olive Drab

📋 copy color: '#6C823A'

red 108 ◦ green 130 ◦ blue 58

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

Shades of Olive Drab #6C823A

Tints of Olive Drab #6C823A

RGB

 RED value IS 108 (42.58% from 255) = 36.49%

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 36.49%
G = 43.92%
B = 19.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#6C823A (or 0x6C823A) is known color: Olive Drab. HEX triplet: 6C, 82 and 3A. RGB value is (108,130,58). Sum of RGB (Red+Green+Blue) = 108+130+58=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #6C823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C823A is #937DC5. Grayscale: #737373. Windows color (decimal): -9665990 or 3834476. OLE color: 3834476.

HSL color Cylindrical-coordinate representation of color #6C823A: hue angle of 78.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C823A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 58 -
CMYK 0.17 0 0.55 0.49
HSL 78.33º 0.38% 0.37% -
HSV(B) 78.33º 0.55% 0.51% -
XYZ 14.93 19.46 6.97 -
YUV 115.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 108 130 58 0.17 0 0.55 0.49 78.33 0.38 0.37
Hex 6C 82 3A 11 0 37 31 4E 26 25
Octal 154 202 72 21 0 67 61 116 46 45
Binary 1101100 10000010 111010 10001 0 110111 110001 1001110 100110 100101

Color Harmonies of #6C823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C823A

Black with #6C823A

Text Example


Text Example

White with #6C823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,58); }

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

background-color css

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

 a { background-color: rgb(108,130,58); }

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

border-color css

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

 span { border-color: rgb(108,130,58); }

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