Html Css Color HEX #698028 Olive Drab

📋 copy color: '#698028'

red 105 ◦ green 128 ◦ blue 40

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

Shades of Olive Drab #698028

Tints of Olive Drab #698028

RGB

 RED value IS 105 (41.41% from 255) = 38.46%

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

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

R = 38.46%
G = 46.89%
B = 14.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#698028 (or 0x698028) is known color: Olive Drab. HEX triplet: 69, 80 and 28. RGB value is (105,128,40). Sum of RGB (Red+Green+Blue) = 105+128+40=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #698028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698028 is #967FD7. Grayscale: #6F6F6F. Windows color (decimal): -9863128 or 2654313. OLE color: 2654313.

HSL color Cylindrical-coordinate representation of color #698028: hue angle of 75.68º 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 #698028 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 40 -
CMYK 0.18 0 0.69 0.50
HSL 75.68º 0.52% 0.33% -
HSV(B) 75.68º 0.69% 0.5% -
XYZ 13.93 18.59 4.86 -
YUV 111.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 105 128 40 0.18 0 0.69 0.50 75.68 0.52 0.33
Hex 69 80 28 12 0 45 32 4C 34 21
Octal 151 200 50 22 0 105 62 114 64 41
Binary 1101001 10000000 101000 10010 0 1000101 110010 1001100 110100 100001

Color Harmonies of #698028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698028

Black with #698028

Text Example


Text Example

White with #698028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698028; }

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

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

background-color css

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

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

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

border-color css

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

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

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