Html Css Color HEX #678035 Olive Drab

📋 copy color: '#678035'

red 103 ◦ green 128 ◦ blue 53

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

Shades of Olive Drab #678035

Tints of Olive Drab #678035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 36.27%
G = 45.07%
B = 18.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#678035 (or 0x678035) is known color: Olive Drab. HEX triplet: 67, 80 and 35. RGB value is (103,128,53). Sum of RGB (Red+Green+Blue) = 103+128+53=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #678035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678035 is #987FCA. Grayscale: #707070. Windows color (decimal): -9994187 or 3506279. OLE color: 3506279.

HSL color Cylindrical-coordinate representation of color #678035: hue angle of 80º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678035 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 53 -
CMYK 0.20 0 0.59 0.50
HSL 80º 0.41% 0.35% -
HSV(B) 80º 0.59% 0.5% -
XYZ 13.96 18.58 6.22 -
YUV 111.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 103 128 53 0.20 0 0.59 0.50 80 0.41 0.35
Hex 67 80 35 14 0 3B 32 50 29 23
Octal 147 200 65 24 0 73 62 120 51 43
Binary 1100111 10000000 110101 10100 0 111011 110010 1010000 101001 100011

Color Harmonies of #678035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678035

Black with #678035

Text Example


Text Example

White with #678035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678035; }

 p { color: rgb(103,128,53); }

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

background-color css

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

 a { background-color: rgb(103,128,53); }

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

border-color css

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

 span { border-color: rgb(103,128,53); }

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