Html Css Color HEX #757B3D Crete

📋 copy color: '#757B3D'

red 117 ◦ green 123 ◦ blue 61

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

Shades of Crete #757B3D

Tints of Crete #757B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.86%

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

R = 38.87%
G = 40.86%
B = 20.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#757B3D (or 0x757B3D) is known color: Crete. HEX triplet: 75, 7B and 3D. RGB value is (117,123,61). Sum of RGB (Red+Green+Blue) = 117+123+61=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #757B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B3D is #8A84C2. Grayscale: #727272. Windows color (decimal): -9077955 or 4029301. OLE color: 4029301.

HSL color Cylindrical-coordinate representation of color #757B3D: hue angle of 65.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757B3D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 61 -
CMYK 0.05 0 0.50 0.52
HSL 65.81º 0.34% 0.36% -
HSV(B) 65.81º 0.5% 0.48% -
XYZ 15.26 18.28 7.14 -
YUV 114.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 117 123 61 0.05 0 0.50 0.52 65.81 0.34 0.36
Hex 75 7B 3D 5 0 32 34 42 22 24
Octal 165 173 75 5 0 62 64 102 42 44
Binary 1110101 1111011 111101 101 0 110010 110100 1000010 100010 100100

Color Harmonies of #757B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B3D

Black with #757B3D

Text Example


Text Example

White with #757B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B3D; }

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

 H1.HeaderClassName
 {
   color: #757B3D;
 }
 .AnyTagClassName
 {
   color: #757B3D;
 }
</style>

background-color css

<style>
 a { background-color: #757B3D; }

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

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

border-color css

<style>
 span { border-color: #757B3D; }

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

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