Html Css Color HEX #68980C Olive Drab

📋 copy color: '#68980C'

red 104 ◦ green 152 ◦ blue 12

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

Shades of Olive Drab #68980C

Tints of Olive Drab #68980C

RGB

 RED value IS 104 (41.02% from 255) = 38.81%

 GREEN value IS 152 (59.77% from 255) = 56.72%

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 38.81%
G = 56.72%
B = 4.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#68980C (or 0x68980C) is known color: Olive Drab. HEX triplet: 68, 98 and 0C. RGB value is (104,152,12). Sum of RGB (Red+Green+Blue) = 104+152+12=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #68980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68980C is #9767F3. Grayscale: #7A7A7A. Windows color (decimal): -9922548 or 825448. OLE color: 825448.

HSL color Cylindrical-coordinate representation of color #68980C: hue angle of 80.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68980C is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 12 -
CMYK 0.32 0 0.92 0.40
HSL 80.57º 0.85% 0.32% -
HSV(B) 80.57º 0.92% 0.6% -
XYZ 17 25.43 4.36 -
YUV 121.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 104 152 12 0.32 0 0.92 0.40 80.57 0.85 0.32
Hex 68 98 C 20 0 5C 28 51 55 20
Octal 150 230 14 40 0 134 50 121 125 40
Binary 1101000 10011000 1100 100000 0 1011100 101000 1010001 1010101 100000

Color Harmonies of #68980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68980C

Black with #68980C

Text Example


Text Example

White with #68980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68980C; }

 p { color: rgb(104,152,12); }

 H1.HeaderClassName
 {
   color: #68980C;
 }
 .AnyTagClassName
 {
   color: #68980C;
 }
</style>

background-color css

<style>
 a { background-color: #68980C; }

 a { background-color: rgb(104,152,12); }

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

border-color css

<style>
 span { border-color: #68980C; }

 span { border-color: rgb(104,152,12); }

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