Html Css Color HEX #698510 Olive Drab

📋 copy color: '#698510'

red 105 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #698510

Tints of Olive Drab #698510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 41.34%
G = 52.36%
B = 6.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#698510 (or 0x698510) is known color: Olive Drab. HEX triplet: 69, 85 and 10. RGB value is (105,133,16). Sum of RGB (Red+Green+Blue) = 105+133+16=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #698510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698510 is #967AEF. Grayscale: #6F6F6F. Windows color (decimal): -9861872 or 1082729. OLE color: 1082729.

HSL color Cylindrical-coordinate representation of color #698510: hue angle of 74.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #698510 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 16 -
CMYK 0.21 0 0.88 0.48
HSL 74.36º 0.79% 0.29% -
HSV(B) 74.36º 0.88% 0.52% -
XYZ 14.31 19.82 3.56 -
YUV 111.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 105 133 16 0.21 0 0.88 0.48 74.36 0.79 0.29
Hex 69 85 10 15 0 58 30 4A 4F 1D
Octal 151 205 20 25 0 130 60 112 117 35
Binary 1101001 10000101 10000 10101 0 1011000 110000 1001010 1001111 11101

Color Harmonies of #698510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698510

Black with #698510

Text Example


Text Example

White with #698510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698510; }

 p { color: rgb(105,133,16); }

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

background-color css

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

 a { background-color: rgb(105,133,16); }

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

border-color css

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

 span { border-color: rgb(105,133,16); }

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