Html Css Color HEX #698D27 Olive Drab

📋 copy color: '#698D27'

red 105 ◦ green 141 ◦ blue 39

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

Shades of Olive Drab #698D27

Tints of Olive Drab #698D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 36.84%
G = 49.47%
B = 13.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#698D27 (or 0x698D27) is known color: Olive Drab. HEX triplet: 69, 8D and 27. RGB value is (105,141,39). Sum of RGB (Red+Green+Blue) = 105+141+39=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #698D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D27 is #9672D8. Grayscale: #767676. Windows color (decimal): -9859801 or 2592105. OLE color: 2592105.

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

Color convert

RGB 105 141 39 -
CMYK 0.26 0 0.72 0.45
HSL 81.18º 0.57% 0.35% -
HSV(B) 81.18º 0.72% 0.55% -
XYZ 15.72 22.2 5.38 -
YUV 118.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 105 141 39 0.26 0 0.72 0.45 81.18 0.57 0.35
Hex 69 8D 27 1A 0 48 2D 51 39 23
Octal 151 215 47 32 0 110 55 121 71 43
Binary 1101001 10001101 100111 11010 0 1001000 101101 1010001 111001 100011

Color Harmonies of #698D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D27

Black with #698D27

Text Example


Text Example

White with #698D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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