Html Css Color HEX #75741E Olivetone

📋 copy color: '#75741E'

red 117 ◦ green 116 ◦ blue 30

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

Shades of Olivetone #75741E

Tints of Olivetone #75741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 44.49%
G = 44.11%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75741E (or 0x75741E) is known color: Olivetone. HEX triplet: 75, 74 and 1E. RGB value is (117,116,30). Sum of RGB (Red+Green+Blue) = 117+116+30=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75741E is #8A8BE1. Grayscale: #6A6A6A. Windows color (decimal): -9079778 or 1995893. OLE color: 1995893.

HSL color Cylindrical-coordinate representation of color #75741E: hue angle of 59.31º degrees, saturation: 0.59, 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 #75741E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 30 -
CMYK 0 0.01 0.74 0.54
HSL 59.31º 0.59% 0.29% -
HSV(B) 59.31º 0.74% 0.46% -
XYZ 13.82 16.37 3.66 -
YUV 106.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 117 116 30 0 0.01 0.74 0.54 59.31 0.59 0.29
Hex 75 74 1E 0 1 4A 36 3B 3B 1D
Octal 165 164 36 0 1 112 66 73 73 35
Binary 1110101 1110100 11110 0 1 1001010 110110 111011 111011 11101

Color Harmonies of #75741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75741E

Black with #75741E

Text Example


Text Example

White with #75741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75741E; }

 p { color: rgb(117,116,30); }

 H1.HeaderClassName
 {
   color: #75741E;
 }
 .AnyTagClassName
 {
   color: #75741E;
 }
</style>

background-color css

<style>
 a { background-color: #75741E; }

 a { background-color: rgb(117,116,30); }

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

border-color css

<style>
 span { border-color: #75741E; }

 span { border-color: rgb(117,116,30); }

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