Html Css Color HEX #698100 Olive

📋 copy color: '#698100'

red 105 ◦ green 129 ◦ blue 0

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

Shades of Olive #698100

Tints of Olive #698100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

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

R = 44.87%
G = 55.13%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#698100 (or 0x698100) is known color: Olive. HEX triplet: 69, 81 and 00. RGB value is (105,129,0). Sum of RGB (Red+Green+Blue) = 105+129+0=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #698100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698100 is #967EFF. Grayscale: #6B6B6B. Windows color (decimal): -9862912 or 33129. OLE color: 33129.

HSL color Cylindrical-coordinate representation of color #698100: hue angle of 71.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698100 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 0 -
CMYK 0.19 0 1 0.49
HSL 71.16º 1% 0.25% -
HSV(B) 71.16º 1% 0.51% -
XYZ 13.68 18.7 2.89 -
YUV 107.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 105 129 0 0.19 0 1 0.49 71.16 1 0.25
Hex 69 81 0 13 0 64 31 47 64 19
Octal 151 201 0 23 0 144 61 107 144 31
Binary 1101001 10000001 0 10011 0 1100100 110001 1000111 1100100 11001

Color Harmonies of #698100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698100

Black with #698100

Text Example


Text Example

White with #698100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698100; }

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

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

background-color css

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

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

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

border-color css

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

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

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