Html Css Color HEX #678A1F Olive Drab

📋 copy color: '#678A1F'

red 103 ◦ green 138 ◦ blue 31

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

Shades of Olive Drab #678A1F

Tints of Olive Drab #678A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.74%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 37.87%
G = 50.74%
B = 11.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#678A1F (or 0x678A1F) is known color: Olive Drab. HEX triplet: 67, 8A and 1F. RGB value is (103,138,31). Sum of RGB (Red+Green+Blue) = 103+138+31=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #678A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A1F is #9875E0. Grayscale: #737373. Windows color (decimal): -9991649 or 2067047. OLE color: 2067047.

HSL color Cylindrical-coordinate representation of color #678A1F: hue angle of 79.63º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #678A1F is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 138 31 -
CMYK 0.25 0 0.78 0.46
HSL 79.63º 0.63% 0.33% -
HSV(B) 79.63º 0.78% 0.54% -
XYZ 14.93 21.16 4.59 -
YUV 115.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 103 138 31 0.25 0 0.78 0.46 79.63 0.63 0.33
Hex 67 8A 1F 19 0 4E 2E 50 3F 21
Octal 147 212 37 31 0 116 56 120 77 41
Binary 1100111 10001010 11111 11001 0 1001110 101110 1010000 111111 100001

Color Harmonies of #678A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A1F

Black with #678A1F

Text Example


Text Example

White with #678A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678A1F; }

 p { color: rgb(103,138,31); }

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

background-color css

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

 a { background-color: rgb(103,138,31); }

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

border-color css

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

 span { border-color: rgb(103,138,31); }

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