Html Css Color HEX #75B343 Apple

📋 copy color: '#75B343'

red 117 ◦ green 179 ◦ blue 67

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

Shades of Apple #75B343

Tints of Apple #75B343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 32.23%
G = 49.31%
B = 18.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#75B343 (or 0x75B343) is known color: Apple. HEX triplet: 75, B3 and 43. RGB value is (117,179,67). Sum of RGB (Red+Green+Blue) = 117+179+67=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #75B343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B343 is #8A4CBC. Grayscale: #949494. Windows color (decimal): -9063613 or 4436853. OLE color: 4436853.

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

Color convert

RGB 117 179 67 -
CMYK 0.35 0 0.63 0.30
HSL 93.21º 0.46% 0.48% -
HSV(B) 93.21º 0.63% 0.7% -
XYZ 24.47 36.43 11.05 -
YUV 147.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 117 179 67 0.35 0 0.63 0.30 93.21 0.46 0.48
Hex 75 B3 43 23 0 3F 1E 5D 2E 30
Octal 165 263 103 43 0 77 36 135 56 60
Binary 1110101 10110011 1000011 100011 0 111111 11110 1011101 101110 110000

Color Harmonies of #75B343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B343

Black with #75B343

Text Example


Text Example

White with #75B343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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