Html Css Color HEX #698128 Olive Drab

📋 copy color: '#698128'

red 105 ◦ green 129 ◦ blue 40

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

Shades of Olive Drab #698128

Tints of Olive Drab #698128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 38.32%
G = 47.08%
B = 14.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#698128 (or 0x698128) is known color: Olive Drab. HEX triplet: 69, 81 and 28. RGB value is (105,129,40). Sum of RGB (Red+Green+Blue) = 105+129+40=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #698128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698128 is #967ED7. Grayscale: #707070. Windows color (decimal): -9862872 or 2654569. OLE color: 2654569.

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

Color convert

RGB 105 129 40 -
CMYK 0.19 0 0.69 0.49
HSL 76.18º 0.53% 0.33% -
HSV(B) 76.18º 0.69% 0.51% -
XYZ 14.06 18.86 4.91 -
YUV 111.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 105 129 40 0.19 0 0.69 0.49 76.18 0.53 0.33
Hex 69 81 28 13 0 45 31 4C 35 21
Octal 151 201 50 23 0 105 61 114 65 41
Binary 1101001 10000001 101000 10011 0 1000101 110001 1001100 110101 100001

Color Harmonies of #698128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698128

Black with #698128

Text Example


Text Example

White with #698128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698128; }

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

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

background-color css

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

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

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

border-color css

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

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

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