Html Css Color HEX #699425 Olive Drab

📋 copy color: '#699425'

red 105 ◦ green 148 ◦ blue 37

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

Shades of Olive Drab #699425

Tints of Olive Drab #699425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

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

R = 36.21%
G = 51.03%
B = 12.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#699425 (or 0x699425) is known color: Olive Drab. HEX triplet: 69, 94 and 25. RGB value is (105,148,37). Sum of RGB (Red+Green+Blue) = 105+148+37=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #699425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699425 is #966BDA. Grayscale: #7A7A7A. Windows color (decimal): -9858011 or 2462825. OLE color: 2462825.

HSL color Cylindrical-coordinate representation of color #699425: hue angle of 83.24º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #699425 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 37 -
CMYK 0.29 0 0.75 0.42
HSL 83.24º 0.6% 0.36% -
HSV(B) 83.24º 0.75% 0.58% -
XYZ 16.75 24.32 5.56 -
YUV 122.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 105 148 37 0.29 0 0.75 0.42 83.24 0.6 0.36
Hex 69 94 25 1D 0 4B 2A 53 3C 24
Octal 151 224 45 35 0 113 52 123 74 44
Binary 1101001 10010100 100101 11101 0 1001011 101010 1010011 111100 100100

Color Harmonies of #699425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699425

Black with #699425

Text Example


Text Example

White with #699425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699425; }

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

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

background-color css

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

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

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

border-color css

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

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

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