Html Css Color HEX #698703 Olive

📋 copy color: '#698703'

red 105 ◦ green 135 ◦ blue 3

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

Shades of Olive #698703

Tints of Olive #698703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 43.21%
G = 55.56%
B = 1.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#698703 (or 0x698703) is known color: Olive. HEX triplet: 69, 87 and 03. RGB value is (105,135,3). Sum of RGB (Red+Green+Blue) = 105+135+3=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #698703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698703 is #9678FC. Grayscale: #6F6F6F. Windows color (decimal): -9861373 or 231273. OLE color: 231273.

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

Color convert

RGB 105 135 3 -
CMYK 0.22 0 0.98 0.47
HSL 73.64º 0.96% 0.27% -
HSV(B) 73.64º 0.98% 0.53% -
XYZ 14.51 20.34 3.25 -
YUV 110.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 105 135 3 0.22 0 0.98 0.47 73.64 0.96 0.27
Hex 69 87 3 16 0 62 2F 4A 60 1B
Octal 151 207 3 26 0 142 57 112 140 33
Binary 1101001 10000111 11 10110 0 1100010 101111 1001010 1100000 11011

Color Harmonies of #698703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698703

Black with #698703

Text Example


Text Example

White with #698703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698703; }

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

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

background-color css

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

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

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

border-color css

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

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

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