Html Css Color HEX #74752F Crete

📋 copy color: '#74752F'

red 116 ◦ green 117 ◦ blue 47

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

Shades of Crete #74752F

Tints of Crete #74752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 41.43%
G = 41.79%
B = 16.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#74752F (or 0x74752F) is known color: Crete. HEX triplet: 74, 75 and 2F. RGB value is (116,117,47). Sum of RGB (Red+Green+Blue) = 116+117+47=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #74752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74752F is #8B8AD0. Grayscale: #6D6D6D. Windows color (decimal): -9145041 or 3110260. OLE color: 3110260.

HSL color Cylindrical-coordinate representation of color #74752F: hue angle of 60.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74752F is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 47 -
CMYK 0.01 0 0.60 0.54
HSL 60.86º 0.43% 0.32% -
HSV(B) 60.86º 0.6% 0.46% -
XYZ 14.08 16.64 5.16 -
YUV 108.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 116 117 47 0.01 0 0.60 0.54 60.86 0.43 0.32
Hex 74 75 2F 1 0 3C 36 3D 2B 20
Octal 164 165 57 1 0 74 66 75 53 40
Binary 1110100 1110101 101111 1 0 111100 110110 111101 101011 100000

Color Harmonies of #74752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74752F

Black with #74752F

Text Example


Text Example

White with #74752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74752F; }

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

 H1.HeaderClassName
 {
   color: #74752F;
 }
 .AnyTagClassName
 {
   color: #74752F;
 }
</style>

background-color css

<style>
 a { background-color: #74752F; }

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

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

border-color css

<style>
 span { border-color: #74752F; }

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

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