Html Css Color HEX #68840C Olive Drab

📋 copy color: '#68840C'

red 104 ◦ green 132 ◦ blue 12

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

Shades of Olive Drab #68840C

Tints of Olive Drab #68840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

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

R = 41.94%
G = 53.23%
B = 4.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#68840C (or 0x68840C) is known color: Olive Drab. HEX triplet: 68, 84 and 0C. RGB value is (104,132,12). Sum of RGB (Red+Green+Blue) = 104+132+12=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #68840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68840C is #977BF3. Grayscale: #6E6E6E. Windows color (decimal): -9927668 or 820328. OLE color: 820328.

HSL color Cylindrical-coordinate representation of color #68840C: hue angle of 74º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68840C is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 12 -
CMYK 0.21 0 0.91 0.48
HSL 74º 0.83% 0.28% -
HSV(B) 74º 0.91% 0.52% -
XYZ 14.03 19.47 3.37 -
YUV 109.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 104 132 12 0.21 0 0.91 0.48 74 0.83 0.28
Hex 68 84 C 15 0 5B 30 4A 53 1C
Octal 150 204 14 25 0 133 60 112 123 34
Binary 1101000 10000100 1100 10101 0 1011011 110000 1001010 1010011 11100

Color Harmonies of #68840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68840C

Black with #68840C

Text Example


Text Example

White with #68840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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