Html Css Color HEX #75783E Crete

📋 copy color: '#75783E'

red 117 ◦ green 120 ◦ blue 62

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

Shades of Crete #75783E

Tints of Crete #75783E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 39.13%
G = 40.13%
B = 20.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#75783E (or 0x75783E) is known color: Crete. HEX triplet: 75, 78 and 3E. RGB value is (117,120,62). Sum of RGB (Red+Green+Blue) = 117+120+62=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #75783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783E is #8A87C1. Grayscale: #707070. Windows color (decimal): -9078722 or 4094069. OLE color: 4094069.

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

Color convert

RGB 117 120 62 -
CMYK 0.02 0 0.48 0.53
HSL 63.1º 0.32% 0.36% -
HSV(B) 63.1º 0.48% 0.47% -
XYZ 14.92 17.56 7.16 -
YUV 112.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 117 120 62 0.02 0 0.48 0.53 63.1 0.32 0.36
Hex 75 78 3E 2 0 30 35 3F 20 24
Octal 165 170 76 2 0 60 65 77 40 44
Binary 1110101 1111000 111110 10 0 110000 110101 111111 100000 100100

Color Harmonies of #75783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75783E

Black with #75783E

Text Example


Text Example

White with #75783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,120,62); }

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

background-color css

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

 a { background-color: rgb(117,120,62); }

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

border-color css

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

 span { border-color: rgb(117,120,62); }

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