Html Css Color HEX #69831D Olive Drab

📋 copy color: '#69831D'

red 105 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #69831D

Tints of Olive Drab #69831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 39.62%
G = 49.43%
B = 10.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#69831D (or 0x69831D) is known color: Olive Drab. HEX triplet: 69, 83 and 1D. RGB value is (105,131,29). Sum of RGB (Red+Green+Blue) = 105+131+29=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #69831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69831D is #967CE2. Grayscale: #6F6F6F. Windows color (decimal): -9862371 or 1934185. OLE color: 1934185.

HSL color Cylindrical-coordinate representation of color #69831D: hue angle of 75.29º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69831D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 29 -
CMYK 0.20 0 0.78 0.49
HSL 75.29º 0.64% 0.31% -
HSV(B) 75.29º 0.78% 0.51% -
XYZ 14.16 19.32 4.15 -
YUV 111.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 105 131 29 0.20 0 0.78 0.49 75.29 0.64 0.31
Hex 69 83 1D 14 0 4E 31 4B 40 1F
Octal 151 203 35 24 0 116 61 113 100 37
Binary 1101001 10000011 11101 10100 0 1001110 110001 1001011 1000000 11111

Color Harmonies of #69831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69831D

Black with #69831D

Text Example


Text Example

White with #69831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69831D; }

 p { color: rgb(105,131,29); }

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

background-color css

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

 a { background-color: rgb(105,131,29); }

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

border-color css

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

 span { border-color: rgb(105,131,29); }

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