Html Css Color HEX #698212 Olive Drab

📋 copy color: '#698212'

red 105 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #698212

Tints of Olive Drab #698212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 41.5%
G = 51.38%
B = 7.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#698212 (or 0x698212) is known color: Olive Drab. HEX triplet: 69, 82 and 12. RGB value is (105,130,18). Sum of RGB (Red+Green+Blue) = 105+130+18=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #698212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698212 is #967DED. Grayscale: #6E6E6E. Windows color (decimal): -9862638 or 1213033. OLE color: 1213033.

HSL color Cylindrical-coordinate representation of color #698212: hue angle of 73.39º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #698212 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 18 -
CMYK 0.19 0 0.86 0.49
HSL 73.39º 0.76% 0.29% -
HSV(B) 73.39º 0.86% 0.51% -
XYZ 13.92 19.01 3.51 -
YUV 109.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 105 130 18 0.19 0 0.86 0.49 73.39 0.76 0.29
Hex 69 82 12 13 0 56 31 49 4C 1D
Octal 151 202 22 23 0 126 61 111 114 35
Binary 1101001 10000010 10010 10011 0 1010110 110001 1001001 1001100 11101

Color Harmonies of #698212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698212

Black with #698212

Text Example


Text Example

White with #698212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698212; }

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

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

background-color css

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

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

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

border-color css

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

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

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