Html Css Color HEX #6C8328 Olive Drab

📋 copy color: '#6C8328'

red 108 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #6C8328

Tints of Olive Drab #6C8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 38.71%
G = 46.95%
B = 14.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#6C8328 (or 0x6C8328) is known color: Olive Drab. HEX triplet: 6C, 83 and 28. RGB value is (108,131,40). Sum of RGB (Red+Green+Blue) = 108+131+40=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8328 is #937CD7. Grayscale: #727272. Windows color (decimal): -9665752 or 2655084. OLE color: 2655084.

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

Color convert

RGB 108 131 40 -
CMYK 0.18 0 0.69 0.49
HSL 75.16º 0.53% 0.34% -
HSV(B) 75.16º 0.69% 0.51% -
XYZ 14.68 19.57 5.01 -
YUV 113.75 86.38 123.9 -
System Red Green Blue C M Y K H S L
Decimal 108 131 40 0.18 0 0.69 0.49 75.16 0.53 0.34
Hex 6C 83 28 12 0 45 31 4B 35 22
Octal 154 203 50 22 0 105 61 113 65 42
Binary 1101100 10000011 101000 10010 0 1000101 110001 1001011 110101 100010

Color Harmonies of #6C8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8328

Black with #6C8328

Text Example


Text Example

White with #6C8328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,131,40); }

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

background-color css

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

 a { background-color: rgb(108,131,40); }

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

border-color css

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

 span { border-color: rgb(108,131,40); }

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