Html Css Color HEX #698F00 Olive Drab

📋 copy color: '#698F00'

red 105 ◦ green 143 ◦ blue 0

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

Shades of Olive Drab #698F00

Tints of Olive Drab #698F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.34%
G = 57.66%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#698F00 (or 0x698F00) is known color: Olive Drab. HEX triplet: 69, 8F and 00. RGB value is (105,143,0). Sum of RGB (Red+Green+Blue) = 105+143+0=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #698F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F00 is #9670FF. Grayscale: #737373. Windows color (decimal): -9859328 or 36713. OLE color: 36713.

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

Color convert

RGB 105 143 0 -
CMYK 0.27 0 1 0.44
HSL 75.94º 1% 0.28% -
HSV(B) 75.94º 1% 0.56% -
XYZ 15.65 22.65 3.55 -
YUV 115.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 105 143 0 0.27 0 1 0.44 75.94 1 0.28
Hex 69 8F 0 1B 0 64 2C 4C 64 1C
Octal 151 217 0 33 0 144 54 114 144 34
Binary 1101001 10001111 0 11011 0 1100100 101100 1001100 1100100 11100

Color Harmonies of #698F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F00

Black with #698F00

Text Example


Text Example

White with #698F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,143,0); }

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

background-color css

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

 a { background-color: rgb(105,143,0); }

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

border-color css

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

 span { border-color: rgb(105,143,0); }

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