Html Css Color HEX #69951D Olive Drab

📋 copy color: '#69951D'

red 105 ◦ green 149 ◦ blue 29

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

Shades of Olive Drab #69951D

Tints of Olive Drab #69951D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 37.1%
G = 52.65%
B = 10.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#69951D (or 0x69951D) is known color: Olive Drab. HEX triplet: 69, 95 and 1D. RGB value is (105,149,29). Sum of RGB (Red+Green+Blue) = 105+149+29=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #69951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69951D is #966AE2. Grayscale: #7A7A7A. Windows color (decimal): -9857763 or 1938793. OLE color: 1938793.

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

Color convert

RGB 105 149 29 -
CMYK 0.30 0 0.81 0.42
HSL 82º 0.67% 0.35% -
HSV(B) 82º 0.81% 0.58% -
XYZ 16.79 24.59 5.02 -
YUV 122.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 105 149 29 0.30 0 0.81 0.42 82 0.67 0.35
Hex 69 95 1D 1E 0 51 2A 52 43 23
Octal 151 225 35 36 0 121 52 122 103 43
Binary 1101001 10010101 11101 11110 0 1010001 101010 1010010 1000011 100011

Color Harmonies of #69951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69951D

Black with #69951D

Text Example


Text Example

White with #69951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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