Html Css Color HEX #698D1B Olive Drab

📋 copy color: '#698D1B'

red 105 ◦ green 141 ◦ blue 27

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

Shades of Olive Drab #698D1B

Tints of Olive Drab #698D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 38.46%
G = 51.65%
B = 9.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#698D1B (or 0x698D1B) is known color: Olive Drab. HEX triplet: 69, 8D and 1B. RGB value is (105,141,27). Sum of RGB (Red+Green+Blue) = 105+141+27=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #698D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D1B is #9672E4. Grayscale: #757575. Windows color (decimal): -9859813 or 1805673. OLE color: 1805673.

HSL color Cylindrical-coordinate representation of color #698D1B: hue angle of 78.95º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #698D1B is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 27 -
CMYK 0.26 0 0.81 0.45
HSL 78.95º 0.68% 0.33% -
HSV(B) 78.95º 0.81% 0.55% -
XYZ 15.55 22.13 4.49 -
YUV 117.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 105 141 27 0.26 0 0.81 0.45 78.95 0.68 0.33
Hex 69 8D 1B 1A 0 51 2D 4F 44 21
Octal 151 215 33 32 0 121 55 117 104 41
Binary 1101001 10001101 11011 11010 0 1010001 101101 1001111 1000100 100001

Color Harmonies of #698D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D1B

Black with #698D1B

Text Example


Text Example

White with #698D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,27); }

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

background-color css

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

 a { background-color: rgb(105,141,27); }

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

border-color css

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

 span { border-color: rgb(105,141,27); }

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