Html Css Color HEX #699104 Olive Drab

📋 copy color: '#699104'

red 105 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #699104

Tints of Olive Drab #699104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 41.34%
G = 57.09%
B = 1.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#699104 (or 0x699104) is known color: Olive Drab. HEX triplet: 69, 91 and 04. RGB value is (105,145,4). Sum of RGB (Red+Green+Blue) = 105+145+4=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #699104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699104 is #966EFB. Grayscale: #757575. Windows color (decimal): -9858812 or 299369. OLE color: 299369.

HSL color Cylindrical-coordinate representation of color #699104: hue angle of 77.02º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699104 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 4 -
CMYK 0.28 0 0.97 0.43
HSL 77.02º 0.95% 0.29% -
HSV(B) 77.02º 0.97% 0.57% -
XYZ 15.97 23.26 3.76 -
YUV 116.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 105 145 4 0.28 0 0.97 0.43 77.02 0.95 0.29
Hex 69 91 4 1C 0 61 2B 4D 5F 1D
Octal 151 221 4 34 0 141 53 115 137 35
Binary 1101001 10010001 100 11100 0 1100001 101011 1001101 1011111 11101

Color Harmonies of #699104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699104

Black with #699104

Text Example


Text Example

White with #699104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699104; }

 p { color: rgb(105,145,4); }

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

background-color css

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

 a { background-color: rgb(105,145,4); }

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

border-color css

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

 span { border-color: rgb(105,145,4); }

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