Html Css Color HEX #68930D Olive Drab

📋 copy color: '#68930D'

red 104 ◦ green 147 ◦ blue 13

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

Shades of Olive Drab #68930D

Tints of Olive Drab #68930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 39.39%
G = 55.68%
B = 4.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#68930D (or 0x68930D) is known color: Olive Drab. HEX triplet: 68, 93 and 0D. RGB value is (104,147,13). Sum of RGB (Red+Green+Blue) = 104+147+13=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #68930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68930D is #976CF2. Grayscale: #777777. Windows color (decimal): -9923827 or 889704. OLE color: 889704.

HSL color Cylindrical-coordinate representation of color #68930D: hue angle of 79.25º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68930D is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 13 -
CMYK 0.29 0 0.91 0.42
HSL 79.25º 0.84% 0.31% -
HSV(B) 79.25º 0.91% 0.58% -
XYZ 16.22 23.84 4.13 -
YUV 118.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 104 147 13 0.29 0 0.91 0.42 79.25 0.84 0.31
Hex 68 93 D 1D 0 5B 2A 4F 54 1F
Octal 150 223 15 35 0 133 52 117 124 37
Binary 1101000 10010011 1101 11101 0 1011011 101010 1001111 1010100 11111

Color Harmonies of #68930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68930D

Black with #68930D

Text Example


Text Example

White with #68930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68930D; }

 p { color: rgb(104,147,13); }

 H1.HeaderClassName
 {
   color: #68930D;
 }
 .AnyTagClassName
 {
   color: #68930D;
 }
</style>

background-color css

<style>
 a { background-color: #68930D; }

 a { background-color: rgb(104,147,13); }

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

border-color css

<style>
 span { border-color: #68930D; }

 span { border-color: rgb(104,147,13); }

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