Html Css Color HEX #74793C Crete

📋 copy color: '#74793C'

red 116 ◦ green 121 ◦ blue 60

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

Shades of Crete #74793C

Tints of Crete #74793C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 39.06%
G = 40.74%
B = 20.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#74793C (or 0x74793C) is known color: Crete. HEX triplet: 74, 79 and 3C. RGB value is (116,121,60). Sum of RGB (Red+Green+Blue) = 116+121+60=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #74793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793C is #8B86C3. Grayscale: #707070. Windows color (decimal): -9144004 or 3963252. OLE color: 3963252.

HSL color Cylindrical-coordinate representation of color #74793C: hue angle of 64.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74793C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 60 -
CMYK 0.04 0 0.50 0.53
HSL 64.92º 0.34% 0.35% -
HSV(B) 64.92º 0.5% 0.47% -
XYZ 14.86 17.71 6.91 -
YUV 112.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 116 121 60 0.04 0 0.50 0.53 64.92 0.34 0.35
Hex 74 79 3C 4 0 32 35 41 22 23
Octal 164 171 74 4 0 62 65 101 42 43
Binary 1110100 1111001 111100 100 0 110010 110101 1000001 100010 100011

Color Harmonies of #74793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74793C

Black with #74793C

Text Example


Text Example

White with #74793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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