Html Css Color HEX #75B74C Apple

📋 copy color: '#75B74C'

red 117 ◦ green 183 ◦ blue 76

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

Shades of Apple #75B74C

Tints of Apple #75B74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 31.12%
G = 48.67%
B = 20.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#75B74C (or 0x75B74C) is known color: Apple. HEX triplet: 75, B7 and 4C. RGB value is (117,183,76). Sum of RGB (Red+Green+Blue) = 117+183+76=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #75B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B74C is #8A48B3. Grayscale: #979797. Windows color (decimal): -9062580 or 5027701. OLE color: 5027701.

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

Color convert

RGB 117 183 76 -
CMYK 0.36 0 0.58 0.28
HSL 97.01º 0.43% 0.51% -
HSV(B) 97.01º 0.58% 0.72% -
XYZ 25.57 38.17 12.86 -
YUV 151.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 117 183 76 0.36 0 0.58 0.28 97.01 0.43 0.51
Hex 75 B7 4C 24 0 3A 1C 61 2B 33
Octal 165 267 114 44 0 72 34 141 53 63
Binary 1110101 10110111 1001100 100100 0 111010 11100 1100001 101011 110011

Color Harmonies of #75B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B74C

Black with #75B74C

Text Example


Text Example

White with #75B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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