Html Css Color HEX #619C4D Apple

📋 copy color: '#619C4D'

red 97 ◦ green 156 ◦ blue 77

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

Shades of Apple #619C4D

Tints of Apple #619C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 29.39%
G = 47.27%
B = 23.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#619C4D (or 0x619C4D) is known color: Apple. HEX triplet: 61, 9C and 4D. RGB value is (97,156,77). Sum of RGB (Red+Green+Blue) = 97+156+77=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #619C4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C4D is #9E63B2. Grayscale: #818181. Windows color (decimal): -10380211 or 5086305. OLE color: 5086305.

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

Color convert

RGB 97 156 77 -
CMYK 0.38 0 0.51 0.39
HSL 104.81º 0.34% 0.46% -
HSV(B) 104.81º 0.51% 0.61% -
XYZ 18.16 26.85 11.25 -
YUV 129.35 98.45 104.92 -
System Red Green Blue C M Y K H S L
Decimal 97 156 77 0.38 0 0.51 0.39 104.81 0.34 0.46
Hex 61 9C 4D 26 0 33 27 69 22 2E
Octal 141 234 115 46 0 63 47 151 42 56
Binary 1100001 10011100 1001101 100110 0 110011 100111 1101001 100010 101110

Color Harmonies of #619C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C4D

Black with #619C4D

Text Example


Text Example

White with #619C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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