Html Css Color HEX #757B34 Crete

📋 copy color: '#757B34'

red 117 ◦ green 123 ◦ blue 52

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

Shades of Crete #757B34

Tints of Crete #757B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 40.07%
G = 42.12%
B = 17.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#757B34 (or 0x757B34) is known color: Crete. HEX triplet: 75, 7B and 34. RGB value is (117,123,52). Sum of RGB (Red+Green+Blue) = 117+123+52=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #757B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B34 is #8A84CB. Grayscale: #717171. Windows color (decimal): -9077964 or 3439477. OLE color: 3439477.

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

Color convert

RGB 117 123 52 -
CMYK 0.05 0 0.58 0.52
HSL 65.07º 0.41% 0.34% -
HSV(B) 65.07º 0.58% 0.48% -
XYZ 15.04 18.2 5.97 -
YUV 113.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 117 123 52 0.05 0 0.58 0.52 65.07 0.41 0.34
Hex 75 7B 34 5 0 3A 34 41 29 22
Octal 165 173 64 5 0 72 64 101 51 42
Binary 1110101 1111011 110100 101 0 111010 110100 1000001 101001 100010

Color Harmonies of #757B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B34

Black with #757B34

Text Example


Text Example

White with #757B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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