Html Css Color HEX #698F03 Olive Drab

📋 copy color: '#698F03'

red 105 ◦ green 143 ◦ blue 3

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

Shades of Olive Drab #698F03

Tints of Olive Drab #698F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.97%

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

R = 41.83%
G = 56.97%
B = 1.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#698F03 (or 0x698F03) is known color: Olive Drab. HEX triplet: 69, 8F and 03. RGB value is (105,143,3). Sum of RGB (Red+Green+Blue) = 105+143+3=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #698F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F03 is #9670FC. Grayscale: #747474. Windows color (decimal): -9859325 or 233321. OLE color: 233321.

HSL color Cylindrical-coordinate representation of color #698F03: hue angle of 76.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #698F03 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 3 -
CMYK 0.27 0 0.98 0.44
HSL 76.29º 0.96% 0.29% -
HSV(B) 76.29º 0.98% 0.56% -
XYZ 15.66 22.65 3.63 -
YUV 115.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 105 143 3 0.27 0 0.98 0.44 76.29 0.96 0.29
Hex 69 8F 3 1B 0 62 2C 4C 60 1D
Octal 151 217 3 33 0 142 54 114 140 35
Binary 1101001 10001111 11 11011 0 1100010 101100 1001100 1100000 11101

Color Harmonies of #698F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F03

Black with #698F03

Text Example


Text Example

White with #698F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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