Html Css Color HEX #69841F Olive Drab

📋 copy color: '#69841F'

red 105 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #69841F

Tints of Olive Drab #69841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

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

R = 39.18%
G = 49.25%
B = 11.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#69841F (or 0x69841F) is known color: Olive Drab. HEX triplet: 69, 84 and 1F. RGB value is (105,132,31). Sum of RGB (Red+Green+Blue) = 105+132+31=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #69841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69841F is #967BE0. Grayscale: #707070. Windows color (decimal): -9862113 or 2065513. OLE color: 2065513.

HSL color Cylindrical-coordinate representation of color #69841F: hue angle of 76.04º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69841F is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 31 -
CMYK 0.20 0 0.77 0.48
HSL 76.04º 0.62% 0.32% -
HSV(B) 76.04º 0.77% 0.52% -
XYZ 14.32 19.6 4.33 -
YUV 112.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 105 132 31 0.20 0 0.77 0.48 76.04 0.62 0.32
Hex 69 84 1F 14 0 4D 30 4C 3E 20
Octal 151 204 37 24 0 115 60 114 76 40
Binary 1101001 10000100 11111 10100 0 1001101 110000 1001100 111110 100000

Color Harmonies of #69841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69841F

Black with #69841F

Text Example


Text Example

White with #69841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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