Html Css Color HEX #757B33 Crete

📋 copy color: '#757B33'

red 117 ◦ green 123 ◦ blue 51

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

Shades of Crete #757B33

Tints of Crete #757B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 40.21%
G = 42.27%
B = 17.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#757B33 (or 0x757B33) is known color: Crete. HEX triplet: 75, 7B and 33. RGB value is (117,123,51). Sum of RGB (Red+Green+Blue) = 117+123+51=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #757B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B33 is #8A84CC. Grayscale: #717171. Windows color (decimal): -9077965 or 3373941. OLE color: 3373941.

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

Color convert

RGB 117 123 51 -
CMYK 0.05 0 0.59 0.52
HSL 65º 0.41% 0.34% -
HSV(B) 65º 0.59% 0.48% -
XYZ 15.02 18.19 5.85 -
YUV 113 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 117 123 51 0.05 0 0.59 0.52 65 0.41 0.34
Hex 75 7B 33 5 0 3B 34 41 29 22
Octal 165 173 63 5 0 73 64 101 51 42
Binary 1110101 1111011 110011 101 0 111011 110100 1000001 101001 100010

Color Harmonies of #757B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B33

Black with #757B33

Text Example


Text Example

White with #757B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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