Html Css Color HEX #74B055 Apple

📋 copy color: '#74B055'

red 116 ◦ green 176 ◦ blue 85

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

Shades of Apple #74B055

Tints of Apple #74B055

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 30.77%
G = 46.68%
B = 22.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#74B055 (or 0x74B055) is known color: Apple. HEX triplet: 74, B0 and 55. RGB value is (116,176,85). Sum of RGB (Red+Green+Blue) = 116+176+85=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #74B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B055 is #8B4FAA. Grayscale: #939393. Windows color (decimal): -9129899 or 5615732. OLE color: 5615732.

HSL color Cylindrical-coordinate representation of color #74B055: hue angle of 99.56º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74B055 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 85 -
CMYK 0.34 0 0.52 0.31
HSL 99.56º 0.37% 0.51% -
HSV(B) 99.56º 0.52% 0.69% -
XYZ 24.37 35.42 14.15 -
YUV 147.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 116 176 85 0.34 0 0.52 0.31 99.56 0.37 0.51
Hex 74 B0 55 22 0 34 1F 64 25 33
Octal 164 260 125 42 0 64 37 144 45 63
Binary 1110100 10110000 1010101 100010 0 110100 11111 1100100 100101 110011

Color Harmonies of #74B055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B055

Black with #74B055

Text Example


Text Example

White with #74B055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B055; }

 p { color: rgb(116,176,85); }

 H1.HeaderClassName
 {
   color: #74B055;
 }
 .AnyTagClassName
 {
   color: #74B055;
 }
</style>

background-color css

<style>
 a { background-color: #74B055; }

 a { background-color: rgb(116,176,85); }

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

border-color css

<style>
 span { border-color: #74B055; }

 span { border-color: rgb(116,176,85); }

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