Html Css Color HEX #698621 Olive Drab

📋 copy color: '#698621'

red 105 ◦ green 134 ◦ blue 33

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

Shades of Olive Drab #698621

Tints of Olive Drab #698621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 38.6%
G = 49.26%
B = 12.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#698621 (or 0x698621) is known color: Olive Drab. HEX triplet: 69, 86 and 21. RGB value is (105,134,33). Sum of RGB (Red+Green+Blue) = 105+134+33=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #698621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698621 is #9679DE. Grayscale: #727272. Windows color (decimal): -9861599 or 2197097. OLE color: 2197097.

HSL color Cylindrical-coordinate representation of color #698621: hue angle of 77.23º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698621 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 33 -
CMYK 0.22 0 0.75 0.47
HSL 77.23º 0.6% 0.33% -
HSV(B) 77.23º 0.75% 0.53% -
XYZ 14.63 20.16 4.56 -
YUV 113.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 105 134 33 0.22 0 0.75 0.47 77.23 0.6 0.33
Hex 69 86 21 16 0 4B 2F 4D 3C 21
Octal 151 206 41 26 0 113 57 115 74 41
Binary 1101001 10000110 100001 10110 0 1001011 101111 1001101 111100 100001

Color Harmonies of #698621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698621

Black with #698621

Text Example


Text Example

White with #698621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698621; }

 p { color: rgb(105,134,33); }

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

background-color css

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

 a { background-color: rgb(105,134,33); }

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

border-color css

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

 span { border-color: rgb(105,134,33); }

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