Html Css Color HEX #698700 Olive

📋 copy color: '#698700'

red 105 ◦ green 135 ◦ blue 0

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

Shades of Olive #698700

Tints of Olive #698700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

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

R = 43.75%
G = 56.25%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#698700 (or 0x698700) is known color: Olive. HEX triplet: 69, 87 and 00. RGB value is (105,135,0). Sum of RGB (Red+Green+Blue) = 105+135+0=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #698700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698700 is #9678FF. Grayscale: #6F6F6F. Windows color (decimal): -9861376 or 34665. OLE color: 34665.

HSL color Cylindrical-coordinate representation of color #698700: hue angle of 73.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 0 -
CMYK 0.22 0 1 0.47
HSL 73.33º 1% 0.26% -
HSV(B) 73.33º 1% 0.53% -
XYZ 14.49 20.33 3.16 -
YUV 110.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 105 135 0 0.22 0 1 0.47 73.33 1 0.26
Hex 69 87 0 16 0 64 2F 49 64 1A
Octal 151 207 0 26 0 144 57 111 144 32
Binary 1101001 10000111 0 10110 0 1100100 101111 1001001 1100100 11010

Color Harmonies of #698700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698700

Black with #698700

Text Example


Text Example

White with #698700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698700; }

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

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

background-color css

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

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

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

border-color css

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

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

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