Html Css Color HEX #75681C Olivetone

📋 copy color: '#75681C'

red 117 ◦ green 104 ◦ blue 28

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

Shades of Olivetone #75681C

Tints of Olivetone #75681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 46.99%
G = 41.77%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75681C (or 0x75681C) is known color: Olivetone. HEX triplet: 75, 68 and 1C. RGB value is (117,104,28). Sum of RGB (Red+Green+Blue) = 117+104+28=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681C is #8A97E3. Grayscale: #636363. Windows color (decimal): -9082852 or 1861749. OLE color: 1861749.

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

Color convert

RGB 117 104 28 -
CMYK 0 0.11 0.76 0.54
HSL 51.24º 0.61% 0.28% -
HSV(B) 51.24º 0.76% 0.46% -
XYZ 12.5 13.77 3.1 -
YUV 99.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 117 104 28 0 0.11 0.76 0.54 51.24 0.61 0.28
Hex 75 68 1C 0 B 4C 36 33 3D 1C
Octal 165 150 34 0 13 114 66 63 75 34
Binary 1110101 1101000 11100 0 1011 1001100 110110 110011 111101 11100

Color Harmonies of #75681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75681C

Black with #75681C

Text Example


Text Example

White with #75681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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