Html Css Color HEX #69892F Olive Drab

📋 copy color: '#69892F'

red 105 ◦ green 137 ◦ blue 47

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

Shades of Olive Drab #69892F

Tints of Olive Drab #69892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 36.33%
G = 47.4%
B = 16.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#69892F (or 0x69892F) is known color: Olive Drab. HEX triplet: 69, 89 and 2F. RGB value is (105,137,47). Sum of RGB (Red+Green+Blue) = 105+137+47=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #69892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69892F is #9676D0. Grayscale: #757575. Windows color (decimal): -9860817 or 3115369. OLE color: 3115369.

HSL color Cylindrical-coordinate representation of color #69892F: hue angle of 81.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69892F is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 47 -
CMYK 0.23 0 0.66 0.46
HSL 81.33º 0.49% 0.36% -
HSV(B) 81.33º 0.66% 0.54% -
XYZ 15.28 21.1 5.96 -
YUV 117.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 105 137 47 0.23 0 0.66 0.46 81.33 0.49 0.36
Hex 69 89 2F 17 0 42 2E 51 31 24
Octal 151 211 57 27 0 102 56 121 61 44
Binary 1101001 10001001 101111 10111 0 1000010 101110 1010001 110001 100100

Color Harmonies of #69892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69892F

Black with #69892F

Text Example


Text Example

White with #69892F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,137,47); }

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

background-color css

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

 a { background-color: rgb(105,137,47); }

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

border-color css

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

 span { border-color: rgb(105,137,47); }

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