Html Css Color HEX #699B1F Olive Drab

📋 copy color: '#699B1F'

red 105 ◦ green 155 ◦ blue 31

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

Shades of Olive Drab #699B1F

Tints of Olive Drab #699B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.26%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 36.08%
G = 53.26%
B = 10.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#699B1F (or 0x699B1F) is known color: Olive Drab. HEX triplet: 69, 9B and 1F. RGB value is (105,155,31). Sum of RGB (Red+Green+Blue) = 105+155+31=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #699B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B1F is #9664E0. Grayscale: #7E7E7E. Windows color (decimal): -9856225 or 2071401. OLE color: 2071401.

HSL color Cylindrical-coordinate representation of color #699B1F: hue angle of 84.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #699B1F is Cyan = 0.32, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 31 -
CMYK 0.32 0 0.8 0.39
HSL 84.19º 0.67% 0.36% -
HSV(B) 84.19º 0.8% 0.61% -
XYZ 17.79 26.54 5.48 -
YUV 125.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 105 155 31 0.32 0 0.8 0.39 84.19 0.67 0.36
Hex 69 9B 1F 20 0 50 27 54 43 24
Octal 151 233 37 40 0 120 47 124 103 44
Binary 1101001 10011011 11111 100000 0 1010000 100111 1010100 1000011 100100

Color Harmonies of #699B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B1F

Black with #699B1F

Text Example


Text Example

White with #699B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B1F; }

 p { color: rgb(105,155,31); }

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

background-color css

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

 a { background-color: rgb(105,155,31); }

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

border-color css

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

 span { border-color: rgb(105,155,31); }

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