Html Css Color HEX #68900C Olive Drab

📋 copy color: '#68900C'

red 104 ◦ green 144 ◦ blue 12

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

Shades of Olive Drab #68900C

Tints of Olive Drab #68900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.38%

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

R = 40%
G = 55.38%
B = 4.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#68900C (or 0x68900C) is known color: Olive Drab. HEX triplet: 68, 90 and 0C. RGB value is (104,144,12). Sum of RGB (Red+Green+Blue) = 104+144+12=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #68900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68900C is #976FF3. Grayscale: #757575. Windows color (decimal): -9924596 or 823400. OLE color: 823400.

HSL color Cylindrical-coordinate representation of color #68900C: hue angle of 78.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68900C is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 12 -
CMYK 0.28 0 0.92 0.44
HSL 78.18º 0.85% 0.31% -
HSV(B) 78.18º 0.92% 0.56% -
XYZ 15.75 22.92 3.94 -
YUV 116.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 104 144 12 0.28 0 0.92 0.44 78.18 0.85 0.31
Hex 68 90 C 1C 0 5C 2C 4E 55 1F
Octal 150 220 14 34 0 134 54 116 125 37
Binary 1101000 10010000 1100 11100 0 1011100 101100 1001110 1010101 11111

Color Harmonies of #68900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68900C

Black with #68900C

Text Example


Text Example

White with #68900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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