Html Css Color HEX #75B344 Apple

📋 copy color: '#75B344'

red 117 ◦ green 179 ◦ blue 68

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

Shades of Apple #75B344

Tints of Apple #75B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.18%

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

R = 32.14%
G = 49.18%
B = 18.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#75B344 (or 0x75B344) is known color: Apple. HEX triplet: 75, B3 and 44. RGB value is (117,179,68). Sum of RGB (Red+Green+Blue) = 117+179+68=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #75B344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B344 is #8A4CBB. Grayscale: #949494. Windows color (decimal): -9063612 or 4502389. OLE color: 4502389.

HSL color Cylindrical-coordinate representation of color #75B344: hue angle of 93.51º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75B344 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 68 -
CMYK 0.35 0 0.62 0.30
HSL 93.51º 0.45% 0.48% -
HSV(B) 93.51º 0.62% 0.7% -
XYZ 24.5 36.44 11.21 -
YUV 147.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 117 179 68 0.35 0 0.62 0.30 93.51 0.45 0.48
Hex 75 B3 44 23 0 3E 1E 5E 2D 30
Octal 165 263 104 43 0 76 36 136 55 60
Binary 1110101 10110011 1000100 100011 0 111110 11110 1011110 101101 110000

Color Harmonies of #75B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B344

Black with #75B344

Text Example


Text Example

White with #75B344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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