Html Css Color HEX #698200 Olive

📋 copy color: '#698200'

red 105 ◦ green 130 ◦ blue 0

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

Shades of Olive #698200

Tints of Olive #698200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 44.68%
G = 55.32%
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

#698200 (or 0x698200) is known color: Olive. HEX triplet: 69, 82 and 00. RGB value is (105,130,0). Sum of RGB (Red+Green+Blue) = 105+130+0=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #698200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698200 is #967DFF. Grayscale: #6C6C6C. Windows color (decimal): -9862656 or 33385. OLE color: 33385.

HSL color Cylindrical-coordinate representation of color #698200: hue angle of 71.54º 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 #698200 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 0 -
CMYK 0.19 0 1 0.49
HSL 71.54º 1% 0.25% -
HSV(B) 71.54º 1% 0.51% -
XYZ 13.81 18.97 2.93 -
YUV 107.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 105 130 0 0.19 0 1 0.49 71.54 1 0.25
Hex 69 82 0 13 0 64 31 48 64 19
Octal 151 202 0 23 0 144 61 110 144 31
Binary 1101001 10000010 0 10011 0 1100100 110001 1001000 1100100 11001

Color Harmonies of #698200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698200

Black with #698200

Text Example


Text Example

White with #698200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698200; }

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

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

background-color css

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

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

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

border-color css

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

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

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