Html Css Color HEX #678030 Olive Drab

📋 copy color: '#678030'

red 103 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #678030

Tints of Olive Drab #678030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 36.92%
G = 45.88%
B = 17.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#678030 (or 0x678030) is known color: Olive Drab. HEX triplet: 67, 80 and 30. RGB value is (103,128,48). Sum of RGB (Red+Green+Blue) = 103+128+48=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #678030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678030 is #987FCF. Grayscale: #6F6F6F. Windows color (decimal): -9994192 or 3178599. OLE color: 3178599.

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

Color convert

RGB 103 128 48 -
CMYK 0.20 0 0.62 0.50
HSL 78.75º 0.45% 0.35% -
HSV(B) 78.75º 0.63% 0.5% -
XYZ 13.85 18.54 5.64 -
YUV 111.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 103 128 48 0.20 0 0.62 0.50 78.75 0.45 0.35
Hex 67 80 30 14 0 3E 32 4F 2D 23
Octal 147 200 60 24 0 76 62 117 55 43
Binary 1100111 10000000 110000 10100 0 111110 110010 1001111 101101 100011

Color Harmonies of #678030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678030

Black with #678030

Text Example


Text Example

White with #678030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678030; }

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

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

background-color css

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

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

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

border-color css

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

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

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