Html Css Color HEX #678213 Olive Drab

📋 copy color: '#678213'

red 103 ◦ green 130 ◦ blue 19

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

Shades of Olive Drab #678213

Tints of Olive Drab #678213

RGB

 RED value IS 103 (40.63% from 255) = 40.87%

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 40.87%
G = 51.59%
B = 7.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#678213 (or 0x678213) is known color: Olive Drab. HEX triplet: 67, 82 and 13. RGB value is (103,130,19). Sum of RGB (Red+Green+Blue) = 103+130+19=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #678213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678213 is #987DEC. Grayscale: #6D6D6D. Windows color (decimal): -9993709 or 1278567. OLE color: 1278567.

HSL color Cylindrical-coordinate representation of color #678213: hue angle of 74.59º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #678213 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 19 -
CMYK 0.21 0 0.85 0.49
HSL 74.59º 0.74% 0.29% -
HSV(B) 74.59º 0.85% 0.51% -
XYZ 13.69 18.9 3.54 -
YUV 109.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 103 130 19 0.21 0 0.85 0.49 74.59 0.74 0.29
Hex 67 82 13 15 0 55 31 4B 4A 1D
Octal 147 202 23 25 0 125 61 113 112 35
Binary 1100111 10000010 10011 10101 0 1010101 110001 1001011 1001010 11101

Color Harmonies of #678213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678213

Black with #678213

Text Example


Text Example

White with #678213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678213; }

 p { color: rgb(103,130,19); }

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

background-color css

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

 a { background-color: rgb(103,130,19); }

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

border-color css

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

 span { border-color: rgb(103,130,19); }

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