Html Css Color HEX #698F0C Olive Drab

📋 copy color: '#698F0C'

red 105 ◦ green 143 ◦ blue 12

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

Shades of Olive Drab #698F0C

Tints of Olive Drab #698F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 40.38%
G = 55%
B = 4.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#698F0C (or 0x698F0C) is known color: Olive Drab. HEX triplet: 69, 8F and 0C. RGB value is (105,143,12). Sum of RGB (Red+Green+Blue) = 105+143+12=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #698F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F0C is #9670F3. Grayscale: #757575. Windows color (decimal): -9859316 or 823145. OLE color: 823145.

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

Color convert

RGB 105 143 12 -
CMYK 0.27 0 0.92 0.44
HSL 77.4º 0.85% 0.3% -
HSV(B) 77.4º 0.92% 0.56% -
XYZ 15.71 22.67 3.9 -
YUV 116.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 105 143 12 0.27 0 0.92 0.44 77.4 0.85 0.3
Hex 69 8F C 1B 0 5C 2C 4D 55 1E
Octal 151 217 14 33 0 134 54 115 125 36
Binary 1101001 10001111 1100 11011 0 1011100 101100 1001101 1010101 11110

Color Harmonies of #698F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F0C

Black with #698F0C

Text Example


Text Example

White with #698F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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