Html Css Color HEX #69991D Olive Drab

📋 copy color: '#69991D'

red 105 ◦ green 153 ◦ blue 29

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

Shades of Olive Drab #69991D

Tints of Olive Drab #69991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

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

R = 36.59%
G = 53.31%
B = 10.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#69991D (or 0x69991D) is known color: Olive Drab. HEX triplet: 69, 99 and 1D. RGB value is (105,153,29). Sum of RGB (Red+Green+Blue) = 105+153+29=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #69991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69991D is #9666E2. Grayscale: #7C7C7C. Windows color (decimal): -9856739 or 1939817. OLE color: 1939817.

HSL color Cylindrical-coordinate representation of color #69991D: hue angle of 83.23º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69991D is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 29 -
CMYK 0.31 0 0.81 0.4
HSL 83.23º 0.68% 0.36% -
HSV(B) 83.23º 0.81% 0.6% -
XYZ 17.44 25.87 5.24 -
YUV 124.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 105 153 29 0.31 0 0.81 0.4 83.23 0.68 0.36
Hex 69 99 1D 1F 0 51 28 53 44 24
Octal 151 231 35 37 0 121 50 123 104 44
Binary 1101001 10011001 11101 11111 0 1010001 101000 1010011 1000100 100100

Color Harmonies of #69991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69991D

Black with #69991D

Text Example


Text Example

White with #69991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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