Html Css Color HEX #6C8C26 Olive Drab

📋 copy color: '#6C8C26'

red 108 ◦ green 140 ◦ blue 38

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

Shades of Olive Drab #6C8C26

Tints of Olive Drab #6C8C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.95%

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 37.76%
G = 48.95%
B = 13.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#6C8C26 (or 0x6C8C26) is known color: Olive Drab. HEX triplet: 6C, 8C and 26. RGB value is (108,140,38). Sum of RGB (Red+Green+Blue) = 108+140+38=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8C26 is #9373D9. Grayscale: #777777. Windows color (decimal): -9663450 or 2526316. OLE color: 2526316.

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

Color convert

RGB 108 140 38 -
CMYK 0.23 0 0.73 0.45
HSL 78.82º 0.57% 0.35% -
HSV(B) 78.82º 0.73% 0.55% -
XYZ 15.91 22.08 5.26 -
YUV 118.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 108 140 38 0.23 0 0.73 0.45 78.82 0.57 0.35
Hex 6C 8C 26 17 0 49 2D 4F 39 23
Octal 154 214 46 27 0 111 55 117 71 43
Binary 1101100 10001100 100110 10111 0 1001001 101101 1001111 111001 100011

Color Harmonies of #6C8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8C26

Black with #6C8C26

Text Example


Text Example

White with #6C8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,140,38); }

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

background-color css

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

 a { background-color: rgb(108,140,38); }

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

border-color css

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

 span { border-color: rgb(108,140,38); }

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