Html Css Color HEX #678228 Olive Drab

📋 copy color: '#678228'

red 103 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #678228

Tints of Olive Drab #678228

RGB

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

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

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

R = 37.73%
G = 47.62%
B = 14.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#678228 (or 0x678228) is known color: Olive Drab. HEX triplet: 67, 82 and 28. RGB value is (103,130,40). Sum of RGB (Red+Green+Blue) = 103+130+40=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #678228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678228 is #987DD7. Grayscale: #707070. Windows color (decimal): -9993688 or 2654823. OLE color: 2654823.

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

Color convert

RGB 103 130 40 -
CMYK 0.21 0 0.69 0.49
HSL 78º 0.53% 0.33% -
HSV(B) 78º 0.69% 0.51% -
XYZ 13.96 19 4.94 -
YUV 111.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 103 130 40 0.21 0 0.69 0.49 78 0.53 0.33
Hex 67 82 28 15 0 45 31 4E 35 21
Octal 147 202 50 25 0 105 61 116 65 41
Binary 1100111 10000010 101000 10101 0 1000101 110001 1001110 110101 100001

Color Harmonies of #678228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678228

Black with #678228

Text Example


Text Example

White with #678228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678228; }

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

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

background-color css

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

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

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

border-color css

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

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

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