Html Css Color HEX #699405 Olive Drab

📋 copy color: '#699405'

red 105 ◦ green 148 ◦ blue 5

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

Shades of Olive Drab #699405

Tints of Olive Drab #699405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 40.7%
G = 57.36%
B = 1.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#699405 (or 0x699405) is known color: Olive Drab. HEX triplet: 69, 94 and 05. RGB value is (105,148,5). Sum of RGB (Red+Green+Blue) = 105+148+5=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #699405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699405 is #966BFA. Grayscale: #777777. Windows color (decimal): -9858043 or 365673. OLE color: 365673.

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

Color convert

RGB 105 148 5 -
CMYK 0.29 0 0.97 0.42
HSL 78.04º 0.93% 0.3% -
HSV(B) 78.04º 0.97% 0.58% -
XYZ 16.44 24.19 3.95 -
YUV 118.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 105 148 5 0.29 0 0.97 0.42 78.04 0.93 0.3
Hex 69 94 5 1D 0 61 2A 4E 5D 1E
Octal 151 224 5 35 0 141 52 116 135 36
Binary 1101001 10010100 101 11101 0 1100001 101010 1001110 1011101 11110

Color Harmonies of #699405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699405

Black with #699405

Text Example


Text Example

White with #699405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699405; }

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

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

background-color css

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

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

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

border-color css

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

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

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