Html Css Color HEX #698A04 Olive Drab

📋 copy color: '#698A04'

red 105 ◦ green 138 ◦ blue 4

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

Shades of Olive Drab #698A04

Tints of Olive Drab #698A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.87%

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

R = 42.51%
G = 55.87%
B = 1.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#698A04 (or 0x698A04) is known color: Olive Drab. HEX triplet: 69, 8A and 04. RGB value is (105,138,4). Sum of RGB (Red+Green+Blue) = 105+138+4=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #698A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A04 is #9675FB. Grayscale: #717171. Windows color (decimal): -9860604 or 297577. OLE color: 297577.

HSL color Cylindrical-coordinate representation of color #698A04: hue angle of 74.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #698A04 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 4 -
CMYK 0.24 0 0.97 0.46
HSL 74.78º 0.94% 0.28% -
HSV(B) 74.78º 0.97% 0.54% -
XYZ 14.94 21.19 3.42 -
YUV 112.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 105 138 4 0.24 0 0.97 0.46 74.78 0.94 0.28
Hex 69 8A 4 18 0 61 2E 4B 5E 1C
Octal 151 212 4 30 0 141 56 113 136 34
Binary 1101001 10001010 100 11000 0 1100001 101110 1001011 1011110 11100

Color Harmonies of #698A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A04

Black with #698A04

Text Example


Text Example

White with #698A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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