Html Css Color HEX #698023 Olive Drab

📋 copy color: '#698023'

red 105 ◦ green 128 ◦ blue 35

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

Shades of Olive Drab #698023

Tints of Olive Drab #698023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 39.18%
G = 47.76%
B = 13.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#698023 (or 0x698023) is known color: Olive Drab. HEX triplet: 69, 80 and 23. RGB value is (105,128,35). Sum of RGB (Red+Green+Blue) = 105+128+35=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #698023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698023 is #967FDC. Grayscale: #6E6E6E. Windows color (decimal): -9863133 or 2326633. OLE color: 2326633.

HSL color Cylindrical-coordinate representation of color #698023: hue angle of 74.84º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698023 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 35 -
CMYK 0.18 0 0.73 0.50
HSL 74.84º 0.57% 0.32% -
HSV(B) 74.84º 0.73% 0.5% -
XYZ 13.85 18.56 4.44 -
YUV 110.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 105 128 35 0.18 0 0.73 0.50 74.84 0.57 0.32
Hex 69 80 23 12 0 49 32 4B 39 20
Octal 151 200 43 22 0 111 62 113 71 40
Binary 1101001 10000000 100011 10010 0 1001001 110010 1001011 111001 100000

Color Harmonies of #698023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698023

Black with #698023

Text Example


Text Example

White with #698023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698023; }

 p { color: rgb(105,128,35); }

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

background-color css

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

 a { background-color: rgb(105,128,35); }

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

border-color css

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

 span { border-color: rgb(105,128,35); }

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