Html Css Color HEX #6C992A Olive Drab

📋 copy color: '#6C992A'

red 108 ◦ green 153 ◦ blue 42

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

Shades of Olive Drab #6C992A

Tints of Olive Drab #6C992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

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

R = 35.64%
G = 50.5%
B = 13.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#6C992A (or 0x6C992A) is known color: Olive Drab. HEX triplet: 6C, 99 and 2A. RGB value is (108,153,42). Sum of RGB (Red+Green+Blue) = 108+153+42=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #6C992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C992A is #9366D5. Grayscale: #7F7F7F. Windows color (decimal): -9660118 or 2791788. OLE color: 2791788.

HSL color Cylindrical-coordinate representation of color #6C992A: hue angle of 84.32º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C992A is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 153 42 -
CMYK 0.29 0 0.73 0.4
HSL 84.32º 0.57% 0.38% -
HSV(B) 84.32º 0.73% 0.6% -
XYZ 17.99 26.14 6.29 -
YUV 126.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 108 153 42 0.29 0 0.73 0.4 84.32 0.57 0.38
Hex 6C 99 2A 1D 0 49 28 54 39 26
Octal 154 231 52 35 0 111 50 124 71 46
Binary 1101100 10011001 101010 11101 0 1001001 101000 1010100 111001 100110

Color Harmonies of #6C992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C992A

Black with #6C992A

Text Example


Text Example

White with #6C992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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