Html Css Color HEX #6C922A Olive Drab

📋 copy color: '#6C922A'

red 108 ◦ green 146 ◦ blue 42

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

Shades of Olive Drab #6C922A

Tints of Olive Drab #6C922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 36.49%
G = 49.32%
B = 14.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#6C922A (or 0x6C922A) is known color: Olive Drab. HEX triplet: 6C, 92 and 2A. RGB value is (108,146,42). Sum of RGB (Red+Green+Blue) = 108+146+42=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #6C922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C922A is #936DD5. Grayscale: #7B7B7B. Windows color (decimal): -9661910 or 2789996. OLE color: 2789996.

HSL color Cylindrical-coordinate representation of color #6C922A: hue angle of 81.92º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C922A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 146 42 -
CMYK 0.26 0 0.71 0.43
HSL 81.92º 0.55% 0.37% -
HSV(B) 81.92º 0.71% 0.57% -
XYZ 16.88 23.91 5.92 -
YUV 122.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 108 146 42 0.26 0 0.71 0.43 81.92 0.55 0.37
Hex 6C 92 2A 1A 0 47 2B 52 37 25
Octal 154 222 52 32 0 107 53 122 67 45
Binary 1101100 10010010 101010 11010 0 1000111 101011 1010010 110111 100101

Color Harmonies of #6C922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C922A

Black with #6C922A

Text Example


Text Example

White with #6C922A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,146,42); }

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

background-color css

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

 a { background-color: rgb(108,146,42); }

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

border-color css

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

 span { border-color: rgb(108,146,42); }

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