Html Css Color HEX #69971D Olive Drab

📋 copy color: '#69971D'

red 105 ◦ green 151 ◦ blue 29

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

Shades of Olive Drab #69971D

Tints of Olive Drab #69971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.98%

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

R = 36.84%
G = 52.98%
B = 10.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#69971D (or 0x69971D) is known color: Olive Drab. HEX triplet: 69, 97 and 1D. RGB value is (105,151,29). Sum of RGB (Red+Green+Blue) = 105+151+29=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #69971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69971D is #9668E2. Grayscale: #7B7B7B. Windows color (decimal): -9857251 or 1939305. OLE color: 1939305.

HSL color Cylindrical-coordinate representation of color #69971D: hue angle of 82.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69971D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 29 -
CMYK 0.30 0 0.81 0.41
HSL 82.62º 0.68% 0.35% -
HSV(B) 82.62º 0.81% 0.59% -
XYZ 17.11 25.23 5.13 -
YUV 123.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 105 151 29 0.30 0 0.81 0.41 82.62 0.68 0.35
Hex 69 97 1D 1E 0 51 29 53 44 23
Octal 151 227 35 36 0 121 51 123 104 43
Binary 1101001 10010111 11101 11110 0 1010001 101001 1010011 1000100 100011

Color Harmonies of #69971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69971D

Black with #69971D

Text Example


Text Example

White with #69971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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