Html Css Color HEX #698425 Olive Drab

📋 copy color: '#698425'

red 105 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #698425

Tints of Olive Drab #698425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

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

R = 38.32%
G = 48.18%
B = 13.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#698425 (or 0x698425) is known color: Olive Drab. HEX triplet: 69, 84 and 25. RGB value is (105,132,37). Sum of RGB (Red+Green+Blue) = 105+132+37=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #698425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698425 is #967BDA. Grayscale: #717171. Windows color (decimal): -9862107 or 2458729. OLE color: 2458729.

HSL color Cylindrical-coordinate representation of color #698425: hue angle of 77.05º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #698425 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 37 -
CMYK 0.20 0 0.72 0.48
HSL 77.05º 0.56% 0.33% -
HSV(B) 77.05º 0.72% 0.52% -
XYZ 14.41 19.64 4.78 -
YUV 113.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 105 132 37 0.20 0 0.72 0.48 77.05 0.56 0.33
Hex 69 84 25 14 0 48 30 4D 38 21
Octal 151 204 45 24 0 110 60 115 70 41
Binary 1101001 10000100 100101 10100 0 1001000 110000 1001101 111000 100001

Color Harmonies of #698425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698425

Black with #698425

Text Example


Text Example

White with #698425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698425; }

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

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

background-color css

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

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

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

border-color css

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

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

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