Html Css Color HEX #698E04 Olive Drab

📋 copy color: '#698E04'

red 105 ◦ green 142 ◦ blue 4

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

Shades of Olive Drab #698E04

Tints of Olive Drab #698E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 56.57%

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

R = 41.83%
G = 56.57%
B = 1.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#698E04 (or 0x698E04) is known color: Olive Drab. HEX triplet: 69, 8E and 04. RGB value is (105,142,4). Sum of RGB (Red+Green+Blue) = 105+142+4=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #698E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698E04 is #9671FB. Grayscale: #737373. Windows color (decimal): -9859580 or 298601. OLE color: 298601.

HSL color Cylindrical-coordinate representation of color #698E04: hue angle of 76.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #698E04 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 142 4 -
CMYK 0.26 0 0.97 0.44
HSL 76.09º 0.95% 0.29% -
HSV(B) 76.09º 0.97% 0.56% -
XYZ 15.52 22.36 3.61 -
YUV 115.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 105 142 4 0.26 0 0.97 0.44 76.09 0.95 0.29
Hex 69 8E 4 1A 0 61 2C 4C 5F 1D
Octal 151 216 4 32 0 141 54 114 137 35
Binary 1101001 10001110 100 11010 0 1100001 101100 1001100 1011111 11101

Color Harmonies of #698E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E04

Black with #698E04

Text Example


Text Example

White with #698E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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