Html Css Color HEX #74793E Crete

📋 copy color: '#74793E'

red 116 ◦ green 121 ◦ blue 62

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

Shades of Crete #74793E

Tints of Crete #74793E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 38.8%
G = 40.47%
B = 20.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#74793E (or 0x74793E) is known color: Crete. HEX triplet: 74, 79 and 3E. RGB value is (116,121,62). Sum of RGB (Red+Green+Blue) = 116+121+62=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #74793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793E is #8B86C1. Grayscale: #717171. Windows color (decimal): -9144002 or 4094324. OLE color: 4094324.

HSL color Cylindrical-coordinate representation of color #74793E: hue angle of 65.08º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74793E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 62 -
CMYK 0.04 0 0.49 0.53
HSL 65.08º 0.32% 0.36% -
HSV(B) 65.08º 0.49% 0.47% -
XYZ 14.91 17.74 7.19 -
YUV 112.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 116 121 62 0.04 0 0.49 0.53 65.08 0.32 0.36
Hex 74 79 3E 4 0 31 35 41 20 24
Octal 164 171 76 4 0 61 65 101 40 44
Binary 1110100 1111001 111110 100 0 110001 110101 1000001 100000 100100

Color Harmonies of #74793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74793E

Black with #74793E

Text Example


Text Example

White with #74793E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,121,62); }

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

background-color css

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

 a { background-color: rgb(116,121,62); }

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

border-color css

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

 span { border-color: rgb(116,121,62); }

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