#787D38

Color #787D38 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #787D38

Tints of Crete #787D38

Color information

#787D38 (or 0x787D38) is unknown color: approx Crete. HEX triplet: 78, 7D and 38. RGB value is (120,125,56). Sum of RGB (Red+Green+Blue) = 120+125+56=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #787D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787D38 is #8782C7. Grayscale: #737373. Windows color (decimal): -8880840 or 3702136. OLE color: 3702136.

HSL color Cylindrical-coordinate representation of color #787D38: hue angle of 64.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #787D38 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB12012556-
CMYK0.0400.550.51
HSL64.35º38.12%35.49%-
HSV(B)64.35º55.2%49.02%-
XYZ15.7918.956.57-
YUV115.6494.34131.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=39.87%
G=41.53%
B=18.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120125560.0400.550.5164.3538.1235.49
Hex787D38403733402623
Octal170175704067631004643
Binary1111000111110111100010001101111100111000000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787D38; }

 p { color: rgb(120,125,56); }

 H1.HeaderClassName
 {
   color: #787D38;
 }
 .AnyTagClassName
 {
   color: #787D38;
 }
</style>
background-color css

<style>
 a { background-color: #787D38; }

 a { background-color: rgb(120,125,56); }

 div.DivClassName
 {
   background-color: #787D38;
 }
 .BgClassName
 {
   background-color: #787D38;
 }
</style>
border-color css

<style>
 span { border-color: #787D38; }

 span { border-color: rgb(120,125,56); }

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