Html Css Color HEX #6C8622 Olive Drab

📋 copy color: '#6C8622'

red 108 ◦ green 134 ◦ blue 34

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

Shades of Olive Drab #6C8622

Tints of Olive Drab #6C8622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.55%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 39.13%
G = 48.55%
B = 12.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#6C8622 (or 0x6C8622) is known color: Olive Drab. HEX triplet: 6C, 86 and 22. RGB value is (108,134,34). Sum of RGB (Red+Green+Blue) = 108+134+34=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8622 is #9379DD. Grayscale: #737373. Windows color (decimal): -9664990 or 2262636. OLE color: 2262636.

HSL color Cylindrical-coordinate representation of color #6C8622: hue angle of 75.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C8622 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 34 -
CMYK 0.19 0 0.75 0.47
HSL 75.6º 0.6% 0.33% -
HSV(B) 75.6º 0.75% 0.53% -
XYZ 15 20.35 4.65 -
YUV 114.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 108 134 34 0.19 0 0.75 0.47 75.6 0.6 0.33
Hex 6C 86 22 13 0 4B 2F 4C 3C 21
Octal 154 206 42 23 0 113 57 114 74 41
Binary 1101100 10000110 100010 10011 0 1001011 101111 1001100 111100 100001

Color Harmonies of #6C8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8622

Black with #6C8622

Text Example


Text Example

White with #6C8622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,34); }

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

background-color css

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

 a { background-color: rgb(108,134,34); }

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

border-color css

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

 span { border-color: rgb(108,134,34); }

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