Html Css Color HEX #757B3C Crete

📋 copy color: '#757B3C'

red 117 ◦ green 123 ◦ blue 60

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

Shades of Crete #757B3C

Tints of Crete #757B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20%

R = 39%
G = 41%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#757B3C (or 0x757B3C) is known color: Crete. HEX triplet: 75, 7B and 3C. RGB value is (117,123,60). Sum of RGB (Red+Green+Blue) = 117+123+60=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #757B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B3C is #8A84C3. Grayscale: #727272. Windows color (decimal): -9077956 or 3963765. OLE color: 3963765.

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

Color convert

RGB 117 123 60 -
CMYK 0.05 0 0.51 0.52
HSL 65.71º 0.34% 0.36% -
HSV(B) 65.71º 0.51% 0.48% -
XYZ 15.23 18.27 7 -
YUV 114.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 117 123 60 0.05 0 0.51 0.52 65.71 0.34 0.36
Hex 75 7B 3C 5 0 33 34 42 22 24
Octal 165 173 74 5 0 63 64 102 42 44
Binary 1110101 1111011 111100 101 0 110011 110100 1000010 100010 100100

Color Harmonies of #757B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B3C

Black with #757B3C

Text Example


Text Example

White with #757B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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