Html Css Color HEX #698F1E Olive Drab

📋 copy color: '#698F1E'

red 105 ◦ green 143 ◦ blue 30

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

Shades of Olive Drab #698F1E

Tints of Olive Drab #698F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 37.77%
G = 51.44%
B = 10.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#698F1E (or 0x698F1E) is known color: Olive Drab. HEX triplet: 69, 8F and 1E. RGB value is (105,143,30). Sum of RGB (Red+Green+Blue) = 105+143+30=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #698F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F1E is #9670E1. Grayscale: #777777. Windows color (decimal): -9859298 or 2002793. OLE color: 2002793.

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

Color convert

RGB 105 143 30 -
CMYK 0.27 0 0.79 0.44
HSL 80.18º 0.65% 0.34% -
HSV(B) 80.18º 0.79% 0.56% -
XYZ 15.88 22.74 4.78 -
YUV 118.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 105 143 30 0.27 0 0.79 0.44 80.18 0.65 0.34
Hex 69 8F 1E 1B 0 4F 2C 50 41 22
Octal 151 217 36 33 0 117 54 120 101 42
Binary 1101001 10001111 11110 11011 0 1001111 101100 1010000 1000001 100010

Color Harmonies of #698F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F1E

Black with #698F1E

Text Example


Text Example

White with #698F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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