Html Css Color HEX #75783D Crete

📋 copy color: '#75783D'

red 117 ◦ green 120 ◦ blue 61

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

Shades of Crete #75783D

Tints of Crete #75783D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 39.26%
G = 40.27%
B = 20.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#75783D (or 0x75783D) is known color: Crete. HEX triplet: 75, 78 and 3D. RGB value is (117,120,61). Sum of RGB (Red+Green+Blue) = 117+120+61=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #75783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783D is #8A87C2. Grayscale: #707070. Windows color (decimal): -9078723 or 4028533. OLE color: 4028533.

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

Color convert

RGB 117 120 61 -
CMYK 0.02 0 0.49 0.53
HSL 63.05º 0.33% 0.35% -
HSV(B) 63.05º 0.49% 0.47% -
XYZ 14.89 17.55 7.02 -
YUV 112.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 117 120 61 0.02 0 0.49 0.53 63.05 0.33 0.35
Hex 75 78 3D 2 0 31 35 3F 21 23
Octal 165 170 75 2 0 61 65 77 41 43
Binary 1110101 1111000 111101 10 0 110001 110101 111111 100001 100011

Color Harmonies of #75783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75783D

Black with #75783D

Text Example


Text Example

White with #75783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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