Html Css Color HEX #74814B Finch

📋 copy color: '#74814B'

red 116 ◦ green 129 ◦ blue 75

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

Shades of Finch #74814B

Tints of Finch #74814B

RGB

 RED value IS 116 (45.7% from 255) = 36.25%

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 36.25%
G = 40.31%
B = 23.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#74814B (or 0x74814B) is known color: Finch. HEX triplet: 74, 81 and 4B. RGB value is (116,129,75). Sum of RGB (Red+Green+Blue) = 116+129+75=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #74814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74814B is #8B7EB4. Grayscale: #777777. Windows color (decimal): -9141941 or 4948340. OLE color: 4948340.

HSL color Cylindrical-coordinate representation of color #74814B: hue angle of 74.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74814B is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 75 -
CMYK 0.10 0 0.42 0.49
HSL 74.44º 0.26% 0.4% -
HSV(B) 74.44º 0.42% 0.51% -
XYZ 16.32 19.92 9.64 -
YUV 118.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 116 129 75 0.10 0 0.42 0.49 74.44 0.26 0.4
Hex 74 81 4B A 0 2A 31 4A 1A 28
Octal 164 201 113 12 0 52 61 112 32 50
Binary 1110100 10000001 1001011 1010 0 101010 110001 1001010 11010 101000

Color Harmonies of #74814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74814B

Black with #74814B

Text Example


Text Example

White with #74814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,129,75); }

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

background-color css

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

 a { background-color: rgb(116,129,75); }

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

border-color css

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

 span { border-color: rgb(116,129,75); }

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