Html Css Color HEX #68901C Olive Drab

📋 copy color: '#68901C'

red 104 ◦ green 144 ◦ blue 28

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

Shades of Olive Drab #68901C

Tints of Olive Drab #68901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 37.68%
G = 52.17%
B = 10.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#68901C (or 0x68901C) is known color: Olive Drab. HEX triplet: 68, 90 and 1C. RGB value is (104,144,28). Sum of RGB (Red+Green+Blue) = 104+144+28=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #68901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68901C is #976FE3. Grayscale: #777777. Windows color (decimal): -9924580 or 1871976. OLE color: 1871976.

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

Color convert

RGB 104 144 28 -
CMYK 0.28 0 0.81 0.44
HSL 80.69º 0.67% 0.34% -
HSV(B) 80.69º 0.81% 0.56% -
XYZ 15.89 22.97 4.7 -
YUV 118.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 104 144 28 0.28 0 0.81 0.44 80.69 0.67 0.34
Hex 68 90 1C 1C 0 51 2C 51 43 22
Octal 150 220 34 34 0 121 54 121 103 42
Binary 1101000 10010000 11100 11100 0 1010001 101100 1010001 1000011 100010

Color Harmonies of #68901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68901C

Black with #68901C

Text Example


Text Example

White with #68901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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