Html Css Color HEX #619C48 Apple

📋 copy color: '#619C48'

red 97 ◦ green 156 ◦ blue 72

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

Shades of Apple #619C48

Tints of Apple #619C48

RGB

 RED value IS 97 (38.28% from 255) = 29.85%

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 29.85%
G = 48%
B = 22.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#619C48 (or 0x619C48) is known color: Apple. HEX triplet: 61, 9C and 48. RGB value is (97,156,72). Sum of RGB (Red+Green+Blue) = 97+156+72=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #619C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C48 is #9E63B7. Grayscale: #818181. Windows color (decimal): -10380216 or 4758625. OLE color: 4758625.

HSL color Cylindrical-coordinate representation of color #619C48: hue angle of 102.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619C48 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 72 -
CMYK 0.38 0 0.54 0.39
HSL 102.14º 0.37% 0.45% -
HSV(B) 102.14º 0.54% 0.61% -
XYZ 17.99 26.79 10.35 -
YUV 128.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 97 156 72 0.38 0 0.54 0.39 102.14 0.37 0.45
Hex 61 9C 48 26 0 36 27 66 25 2D
Octal 141 234 110 46 0 66 47 146 45 55
Binary 1100001 10011100 1001000 100110 0 110110 100111 1100110 100101 101101

Color Harmonies of #619C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C48

Black with #619C48

Text Example


Text Example

White with #619C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C48; }

 p { color: rgb(97,156,72); }

 H1.HeaderClassName
 {
   color: #619C48;
 }
 .AnyTagClassName
 {
   color: #619C48;
 }
</style>

background-color css

<style>
 a { background-color: #619C48; }

 a { background-color: rgb(97,156,72); }

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

border-color css

<style>
 span { border-color: #619C48; }

 span { border-color: rgb(97,156,72); }

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