Html Css Color HEX #75792F Crete

📋 copy color: '#75792F'

red 117 ◦ green 121 ◦ blue 47

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

Shades of Crete #75792F

Tints of Crete #75792F

RGB

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

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

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

R = 41.05%
G = 42.46%
B = 16.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#75792F (or 0x75792F) is known color: Crete. HEX triplet: 75, 79 and 2F. RGB value is (117,121,47). Sum of RGB (Red+Green+Blue) = 117+121+47=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #75792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75792F is #8A86D0. Grayscale: #6F6F6F. Windows color (decimal): -9078481 or 3111285. OLE color: 3111285.

HSL color Cylindrical-coordinate representation of color #75792F: hue angle of 63.24º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75792F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 47 -
CMYK 0.03 0 0.61 0.53
HSL 63.24º 0.44% 0.33% -
HSV(B) 63.24º 0.61% 0.47% -
XYZ 14.69 17.66 5.32 -
YUV 111.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 117 121 47 0.03 0 0.61 0.53 63.24 0.44 0.33
Hex 75 79 2F 3 0 3D 35 3F 2C 21
Octal 165 171 57 3 0 75 65 77 54 41
Binary 1110101 1111001 101111 11 0 111101 110101 111111 101100 100001

Color Harmonies of #75792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75792F

Black with #75792F

Text Example


Text Example

White with #75792F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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