Html Css Color HEX #678028 Olive Drab

📋 copy color: '#678028'

red 103 ◦ green 128 ◦ blue 40

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

Shades of Olive Drab #678028

Tints of Olive Drab #678028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 38.01%
G = 47.23%
B = 14.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#678028 (or 0x678028) is known color: Olive Drab. HEX triplet: 67, 80 and 28. RGB value is (103,128,40). Sum of RGB (Red+Green+Blue) = 103+128+40=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #678028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678028 is #987FD7. Grayscale: #6E6E6E. Windows color (decimal): -9994200 or 2654311. OLE color: 2654311.

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

Color convert

RGB 103 128 40 -
CMYK 0.20 0 0.69 0.50
HSL 77.05º 0.52% 0.33% -
HSV(B) 77.05º 0.69% 0.5% -
XYZ 13.7 18.48 4.85 -
YUV 110.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 103 128 40 0.20 0 0.69 0.50 77.05 0.52 0.33
Hex 67 80 28 14 0 45 32 4D 34 21
Octal 147 200 50 24 0 105 62 115 64 41
Binary 1100111 10000000 101000 10100 0 1000101 110010 1001101 110100 100001

Color Harmonies of #678028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678028

Black with #678028

Text Example


Text Example

White with #678028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678028; }

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

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

background-color css

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

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

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

border-color css

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

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

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