Html Css Color HEX #75702B Crete

📋 copy color: '#75702B'

red 117 ◦ green 112 ◦ blue 43

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

Shades of Crete #75702B

Tints of Crete #75702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 43.01%
G = 41.18%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75702B (or 0x75702B) is known color: Crete. HEX triplet: 75, 70 and 2B. RGB value is (117,112,43). Sum of RGB (Red+Green+Blue) = 117+112+43=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702B is #8A8FD4. Grayscale: #696969. Windows color (decimal): -9080789 or 2846837. OLE color: 2846837.

HSL color Cylindrical-coordinate representation of color #75702B: hue angle of 55.95º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75702B is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 43 -
CMYK 0 0.04 0.63 0.54
HSL 55.95º 0.46% 0.31% -
HSV(B) 55.95º 0.63% 0.46% -
XYZ 13.57 15.54 4.57 -
YUV 105.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 117 112 43 0 0.04 0.63 0.54 55.95 0.46 0.31
Hex 75 70 2B 0 4 3F 36 38 2E 1F
Octal 165 160 53 0 4 77 66 70 56 37
Binary 1110101 1110000 101011 0 100 111111 110110 111000 101110 11111

Color Harmonies of #75702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75702B

Black with #75702B

Text Example


Text Example

White with #75702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75702B; }

 p { color: rgb(117,112,43); }

 H1.HeaderClassName
 {
   color: #75702B;
 }
 .AnyTagClassName
 {
   color: #75702B;
 }
</style>

background-color css

<style>
 a { background-color: #75702B; }

 a { background-color: rgb(117,112,43); }

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

border-color css

<style>
 span { border-color: #75702B; }

 span { border-color: rgb(117,112,43); }

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