Html Css Color HEX #698C00 Olive

📋 copy color: '#698C00'

red 105 ◦ green 140 ◦ blue 0

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

Shades of Olive #698C00

Tints of Olive #698C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

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

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#698C00 (or 0x698C00) is known color: Olive. HEX triplet: 69, 8C and 00. RGB value is (105,140,0). Sum of RGB (Red+Green+Blue) = 105+140+0=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #698C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698C00 is #9673FF. Grayscale: #727272. Windows color (decimal): -9860096 or 35945. OLE color: 35945.

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

Color convert

RGB 105 140 0 -
CMYK 0.25 0 1 0.45
HSL 75º 1% 0.27% -
HSV(B) 75º 1% 0.55% -
XYZ 15.2 21.76 3.4 -
YUV 113.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 105 140 0 0.25 0 1 0.45 75 1 0.27
Hex 69 8C 0 19 0 64 2D 4B 64 1B
Octal 151 214 0 31 0 144 55 113 144 33
Binary 1101001 10001100 0 11001 0 1100100 101101 1001011 1100100 11011

Color Harmonies of #698C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C00

Black with #698C00

Text Example


Text Example

White with #698C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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