Html Css Color HEX #75B744 Apple

📋 copy color: '#75B744'

red 117 ◦ green 183 ◦ blue 68

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

Shades of Apple #75B744

Tints of Apple #75B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 31.79%
G = 49.73%
B = 18.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#75B744 (or 0x75B744) is known color: Apple. HEX triplet: 75, B7 and 44. RGB value is (117,183,68). Sum of RGB (Red+Green+Blue) = 117+183+68=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #75B744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B744 is #8A48BB. Grayscale: #969696. Windows color (decimal): -9062588 or 4503413. OLE color: 4503413.

HSL color Cylindrical-coordinate representation of color #75B744: hue angle of 94.43º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75B744 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 68 -
CMYK 0.36 0 0.63 0.28
HSL 94.43º 0.46% 0.49% -
HSV(B) 94.43º 0.63% 0.72% -
XYZ 25.31 38.07 11.48 -
YUV 150.16 81.63 104.35 -
System Red Green Blue C M Y K H S L
Decimal 117 183 68 0.36 0 0.63 0.28 94.43 0.46 0.49
Hex 75 B7 44 24 0 3F 1C 5E 2E 31
Octal 165 267 104 44 0 77 34 136 56 61
Binary 1110101 10110111 1000100 100100 0 111111 11100 1011110 101110 110001

Color Harmonies of #75B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B744

Black with #75B744

Text Example


Text Example

White with #75B744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B744; }

 p { color: rgb(117,183,68); }

 H1.HeaderClassName
 {
   color: #75B744;
 }
 .AnyTagClassName
 {
   color: #75B744;
 }
</style>

background-color css

<style>
 a { background-color: #75B744; }

 a { background-color: rgb(117,183,68); }

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

border-color css

<style>
 span { border-color: #75B744; }

 span { border-color: rgb(117,183,68); }

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