Html Css Color HEX #698825 Olive Drab

📋 copy color: '#698825'

red 105 ◦ green 136 ◦ blue 37

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

Shades of Olive Drab #698825

Tints of Olive Drab #698825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 37.77%
G = 48.92%
B = 13.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#698825 (or 0x698825) is known color: Olive Drab. HEX triplet: 69, 88 and 25. RGB value is (105,136,37). Sum of RGB (Red+Green+Blue) = 105+136+37=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #698825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698825 is #9677DA. Grayscale: #737373. Windows color (decimal): -9861083 or 2459753. OLE color: 2459753.

HSL color Cylindrical-coordinate representation of color #698825: hue angle of 78.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698825 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 37 -
CMYK 0.23 0 0.73 0.47
HSL 78.79º 0.57% 0.34% -
HSV(B) 78.79º 0.73% 0.53% -
XYZ 14.96 20.75 4.97 -
YUV 115.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 105 136 37 0.23 0 0.73 0.47 78.79 0.57 0.34
Hex 69 88 25 17 0 49 2F 4F 39 22
Octal 151 210 45 27 0 111 57 117 71 42
Binary 1101001 10001000 100101 10111 0 1001001 101111 1001111 111001 100010

Color Harmonies of #698825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698825

Black with #698825

Text Example


Text Example

White with #698825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698825; }

 p { color: rgb(105,136,37); }

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

background-color css

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

 a { background-color: rgb(105,136,37); }

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

border-color css

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

 span { border-color: rgb(105,136,37); }

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