Html Css Color HEX #75892D Olive Drab

📋 copy color: '#75892D'

red 117 ◦ green 137 ◦ blue 45

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

Shades of Olive Drab #75892D

Tints of Olive Drab #75892D

RGB

 RED value IS 117 (46.09% from 255) = 39.13%

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 39.13%
G = 45.82%
B = 15.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#75892D (or 0x75892D) is known color: Olive Drab. HEX triplet: 75, 89 and 2D. RGB value is (117,137,45). Sum of RGB (Red+Green+Blue) = 117+137+45=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #75892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75892D is #8A76D2. Grayscale: #787878. Windows color (decimal): -9074387 or 2984309. OLE color: 2984309.

HSL color Cylindrical-coordinate representation of color #75892D: hue angle of 73.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75892D is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 45 -
CMYK 0.15 0 0.67 0.46
HSL 73.04º 0.51% 0.36% -
HSV(B) 73.04º 0.67% 0.54% -
XYZ 16.76 21.86 5.82 -
YUV 120.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 117 137 45 0.15 0 0.67 0.46 73.04 0.51 0.36
Hex 75 89 2D F 0 43 2E 49 33 24
Octal 165 211 55 17 0 103 56 111 63 44
Binary 1110101 10001001 101101 1111 0 1000011 101110 1001001 110011 100100

Color Harmonies of #75892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75892D

Black with #75892D

Text Example


Text Example

White with #75892D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,137,45); }

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

background-color css

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

 a { background-color: rgb(117,137,45); }

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

border-color css

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

 span { border-color: rgb(117,137,45); }

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