Html Css Color HEX #6C942E Olive Drab

📋 copy color: '#6C942E'

red 108 ◦ green 148 ◦ blue 46

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

Shades of Olive Drab #6C942E

Tints of Olive Drab #6C942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 35.76%
G = 49.01%
B = 15.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#6C942E (or 0x6C942E) is known color: Olive Drab. HEX triplet: 6C, 94 and 2E. RGB value is (108,148,46). Sum of RGB (Red+Green+Blue) = 108+148+46=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #6C942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C942E is #936BD1. Grayscale: #7C7C7C. Windows color (decimal): -9661394 or 3052652. OLE color: 3052652.

HSL color Cylindrical-coordinate representation of color #6C942E: hue angle of 83.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C942E is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 148 46 -
CMYK 0.27 0 0.69 0.42
HSL 83.53º 0.53% 0.38% -
HSV(B) 83.53º 0.69% 0.58% -
XYZ 17.27 24.57 6.42 -
YUV 124.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 108 148 46 0.27 0 0.69 0.42 83.53 0.53 0.38
Hex 6C 94 2E 1B 0 45 2A 54 35 26
Octal 154 224 56 33 0 105 52 124 65 46
Binary 1101100 10010100 101110 11011 0 1000101 101010 1010100 110101 100110

Color Harmonies of #6C942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C942E

Black with #6C942E

Text Example


Text Example

White with #6C942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,148,46); }

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

background-color css

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

 a { background-color: rgb(108,148,46); }

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

border-color css

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

 span { border-color: rgb(108,148,46); }

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