Html Css Color HEX #699025 Olive Drab

📋 copy color: '#699025'

red 105 ◦ green 144 ◦ blue 37

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

Shades of Olive Drab #699025

Tints of Olive Drab #699025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 36.71%
G = 50.35%
B = 12.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#699025 (or 0x699025) is known color: Olive Drab. HEX triplet: 69, 90 and 25. RGB value is (105,144,37). Sum of RGB (Red+Green+Blue) = 105+144+37=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #699025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699025 is #966FDA. Grayscale: #787878. Windows color (decimal): -9859035 or 2461801. OLE color: 2461801.

HSL color Cylindrical-coordinate representation of color #699025: hue angle of 81.87º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699025 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 37 -
CMYK 0.27 0 0.74 0.44
HSL 81.87º 0.59% 0.35% -
HSV(B) 81.87º 0.74% 0.56% -
XYZ 16.13 23.08 5.36 -
YUV 120.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 105 144 37 0.27 0 0.74 0.44 81.87 0.59 0.35
Hex 69 90 25 1B 0 4A 2C 52 3B 23
Octal 151 220 45 33 0 112 54 122 73 43
Binary 1101001 10010000 100101 11011 0 1001010 101100 1010010 111011 100011

Color Harmonies of #699025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699025

Black with #699025

Text Example


Text Example

White with #699025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699025; }

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

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

background-color css

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

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

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

border-color css

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

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

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