Html Css Color HEX #75894B Finch

📋 copy color: '#75894B'

red 117 ◦ green 137 ◦ blue 75

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

Shades of Finch #75894B

Tints of Finch #75894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 35.56%
G = 41.64%
B = 22.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#75894B (or 0x75894B) is known color: Finch. HEX triplet: 75, 89 and 4B. RGB value is (117,137,75). Sum of RGB (Red+Green+Blue) = 117+137+75=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #75894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75894B is #8A76B4. Grayscale: #7C7C7C. Windows color (decimal): -9074357 or 4950389. OLE color: 4950389.

HSL color Cylindrical-coordinate representation of color #75894B: hue angle of 79.35º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75894B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 75 -
CMYK 0.15 0 0.45 0.46
HSL 79.35º 0.29% 0.42% -
HSV(B) 79.35º 0.45% 0.54% -
XYZ 17.55 22.18 10.01 -
YUV 123.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 117 137 75 0.15 0 0.45 0.46 79.35 0.29 0.42
Hex 75 89 4B F 0 2D 2E 4F 1D 2A
Octal 165 211 113 17 0 55 56 117 35 52
Binary 1110101 10001001 1001011 1111 0 101101 101110 1001111 11101 101010

Color Harmonies of #75894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75894B

Black with #75894B

Text Example


Text Example

White with #75894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75894B; }

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

 H1.HeaderClassName
 {
   color: #75894B;
 }
 .AnyTagClassName
 {
   color: #75894B;
 }
</style>

background-color css

<style>
 a { background-color: #75894B; }

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

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

border-color css

<style>
 span { border-color: #75894B; }

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

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