Html Css Color HEX #75681F Olivetone

📋 copy color: '#75681F'

red 117 ◦ green 104 ◦ blue 31

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

Shades of Olivetone #75681F

Tints of Olivetone #75681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 46.43%
G = 41.27%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75681F (or 0x75681F) is known color: Olivetone. HEX triplet: 75, 68 and 1F. RGB value is (117,104,31). Sum of RGB (Red+Green+Blue) = 117+104+31=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681F is #8A97E0. Grayscale: #636363. Windows color (decimal): -9082849 or 2058357. OLE color: 2058357.

HSL color Cylindrical-coordinate representation of color #75681F: hue angle of 50.93º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75681F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 31 -
CMYK 0 0.11 0.74 0.54
HSL 50.93º 0.58% 0.29% -
HSV(B) 50.93º 0.74% 0.46% -
XYZ 12.53 13.78 3.3 -
YUV 99.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 117 104 31 0 0.11 0.74 0.54 50.93 0.58 0.29
Hex 75 68 1F 0 B 4A 36 33 3A 1D
Octal 165 150 37 0 13 112 66 63 72 35
Binary 1110101 1101000 11111 0 1011 1001010 110110 110011 111010 11101

Color Harmonies of #75681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75681F

Black with #75681F

Text Example


Text Example

White with #75681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,104,31); }

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

background-color css

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

 a { background-color: rgb(117,104,31); }

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

border-color css

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

 span { border-color: rgb(117,104,31); }

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